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

Search box disabled or z-index issue #475

Closed
hubert17 opened this issue Aug 7, 2023 · 4 comments
Closed

Search box disabled or z-index issue #475

hubert17 opened this issue Aug 7, 2023 · 4 comments

Comments

@hubert17
Copy link

hubert17 commented Aug 7, 2023

Describe the bug
Search input box seems disabled, unclickable or having a z-index issue when Select is placed in Bootstrap 4 modal.

Screenshots
image

@brianvoe
Copy link
Owner

brianvoe commented Aug 7, 2023

Unfortunately this looks like a style issue outside of slim-select. unless you can recreate it in a jsfiddle or something.

@brianvoe brianvoe closed this as completed Aug 7, 2023
@rob-race
Copy link

Even though it is not this library's problem, the issue is that the modal steals the focus and does not allow the search box to accept input. This can be remedied by adding data-bs-focus="false" to your modal markup.

@auliarahmed
Copy link

Even though it is not this library's problem, the issue is that the modal steals the focus and does not allow the search box to accept input. This can be remedied by adding data-bs-focus="false" to your modal markup.

thx, your answer fix my problem while using bootstrap 4 modal

@brianvoe
Copy link
Owner

Thanks @rob-race

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

4 participants