Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dispaly issue inside Bootstrap 4 Modal #16

Open
cmusselm opened this issue Dec 13, 2019 · 0 comments
Open

Dispaly issue inside Bootstrap 4 Modal #16

cmusselm opened this issue Dec 13, 2019 · 0 comments

Comments

@cmusselm
Copy link

When putting the magicsearch box inside a bootstrap4 modal its appearance changes and isn't really usable.

image

When I have the magicsearch outside of the modal it displays as expected. Is there anything special that needs to be done to have it display properly inside a modal?

Partial HTML for the modal
`




Select the users to associate with this photo:







`

JQuery:
$('.magicsearch').magicsearch({ dataSource: dataSource, fields: ['userName'], id: 'id', hidden: true, multiple: true, showSelected: false, dropdownBtn: true, focusShow: true, multiField: 'userName', multiStyle: { space: 5, width: 80 } });

Any advice is appreciated.

Thanks,
Chad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant