snapappointments / bootstrap-select

:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
https://developer.snapappointments.com/bootstrap-select/
MIT License
9.84k stars 2.72k forks source link

Fixes: Opening dropdown does not scroll to selected option first time… #2841

Open davidenco opened 11 months ago

davidenco commented 11 months ago

…, but does second time

Fix for issue:

The dropdown renders with an option selected. But when I click to open the dropdown, it does not show the selected option, but instead the list is at the top. However, close the dropdown and click to open it again and this time it will be scrolled to the selected option. #2838

https://jsfiddle.net/cvnjmx20/