gfranko / jquery.selectBoxIt.js

A jQuery Select Box Plugin for Mobile, Tablet, and Desktop
http://www.selectboxit.com
MIT License
852 stars 301 forks source link

Programmatic search steals focus? #346

Closed g-borgulya closed 9 years ago

g-borgulya commented 9 years ago

Is there a way to change the selected option from a js call (eg. the method API), without focusing on the selectBox?

I'm trying to to use the search method but it takes focus from the field the user is currently typing in.

g-borgulya commented 9 years ago

Using the selectOption method solved my problem.