-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
In Internet Explorer, with liveSearchPlaceholder enabled, can't select option while searchBox is focused. Also, selected option doesn't get scrolled to when opening menu #2402
Comments
Additionally, I've found that this only occurs when using the live search functionality on the drop down. |
Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case (you can use our preconfigured Plunker), and report back with your link. |
Hello, I have the same issue on my end. The actual bug comes from the "data-live-search-placeholder" attribute - it will not allow any items that need to be scrolled to, to be selected. It will also not display the value provided in the attribute. You can easily reproduce the issue by just adding the following attribute to the plankr you provided: The obvious workaround for this is to remove the "data-live-search-placeholder" attribute for the time being. |
Thanks for the Plunker. It looks like the option is able to be selected if you drag the scrollbar (causing the input to lose focus); it also doesn't scroll to the selected option when you re-open the menu (in IE11). |
This is happening because IE is incorrectly firing an |
Released in v1.13.18! |
My drop downs work fine in Google Chrome, but if the list is long enough that there is a vertical scroll bar and the drop down is scrolled in IE, the moment an item is selected the drop down closes and the item is not selected. I am using IE 11, JQuery 3.4.1, Bootstrap 4.3.1, and Bootstrap-select 1.13.12. I've only seen this issue in IE.
The text was updated successfully, but these errors were encountered: