Reputation: 543
I am currently using the bootstrap plugin "selectpicker", ant I am showing a searchbar using : data-live-search="true"
I am facing a little problem with this. When I navigate the form using "tab", and I arrive to my selectpicker field, two things can happen:
I thought to focus the searchbar as soon as the selectpicker field is focused, but I don't know how to create a focus event on a selectpicker...
Any idea?
Thanks!
Upvotes: 2
Views: 2052
Reputation: 36
I had the same problem, and the event "show.bs.select" (from the selectpicker plugin spec) were the solution eventually, hope it be usefull to you as well..
Upvotes: 1