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

Question: Focus Searchbox Input on tab select element #1594

Open dtamm opened 7 years ago

dtamm commented 7 years ago

This is more a question than a bug or something, but is it possible, when i tab to focus the element (e.g. coming from another input element) to set the whole bootstrap-select element to open and directly focus the input element of the search box?

I already tried myself on it by editing the

$("#elementId").on("focus", function() {});

But i didnt get it to work. Maybe you can help me out.

chadwtkns commented 7 years ago

@dtamm Did you ever figure this out? I would also be interested in the answer