4br3mm0rd
4br3mm0rd

Reputation: 543

Bootstrap selectpicker focus event

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

Answers (1)

Ilay Azulay
Ilay Azulay

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

Related Questions