You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when searching for an option in native select 'onchange' event is triggered only when the final option is selected, but with selectBoxIt 'onchange' is triggered every time you press a key
searching for 'hello world' will call 11 onchange events instead of 1
The text was updated successfully, but these errors were encountered:
Another great issue here. I agree with you that the default behavior was incorrect (selecting an option before a user clicked on an option or pressed the enter key before an option was "focused"). Now in SelectBoxIt v2.5.0, the default behavior makes sure that an option is only selected if a user clicks on an option or presses the enter key while an option is "focused". The old style of aggressively selecting an option is also still available via the new aggressiveChange option. Thanks again for your issue and please let me know if you find anything else!
when searching for an option in native select 'onchange' event is triggered only when the final option is selected, but with selectBoxIt 'onchange' is triggered every time you press a key
searching for 'hello world' will call 11 onchange events instead of 1
The text was updated successfully, but these errors were encountered: