You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a live search enabled bootstrap select is focused (but not yet open) and a character is typed the select expands but discards the typed character. The expected result is the typed character expands the select and populates the search field with that character.
Versions
Browser/OS: Chrome Version 71.0.3578.30/Windows 10
Steps to Reproduce
Tab to a live search enabled select
Type a single character
Actual Result: The select opens.
Expected Result: The select opens and the character that was typed is displayed in the search field.
Description
When a live search enabled bootstrap select is focused (but not yet open) and a character is typed the select expands but discards the typed character. The expected result is the typed character expands the select and populates the search field with that character.
Versions
Browser/OS: Chrome Version 71.0.3578.30/Windows 10
Steps to Reproduce
Actual Result: The select opens.
Expected Result: The select opens and the character that was typed is displayed in the search field.
Examples
Code Pen: https://codepen.io/kdolan1/pen/xQdNyg
Can Also be Reproduced Here: https://developer.snapappointments.com/bootstrap-select/examples/#live-search. Try typing "b" in this example
The text was updated successfully, but these errors were encountered: