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

Need to set focus on Search box from the dropdown when it opens and when the user types something #2820

Open Ghostrider8898 opened 1 year ago

Ghostrider8898 commented 1 year ago

$('.selectpicker').selectpicker({ liveSearch: true, showSubtext: true, width: "auto" });

I have added this code this when i open the dropdown the search box is not focused.