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
I am using changed.bs.select and when I use e to get keyCode it's always undefined. It looks like it's not being populated?
I am using your amazing tool as a better auto complete. I want to detect when a user is using their mouse vs keyboard because I want to handle the events differently.
If a user is using the mouse then they are pointing and clicking their way around.
If the user is using their keyboard then I want to re-open the selectpicker after changed is fired so they can keep making other selections (think bulk add).
The text was updated successfully, but these errors were encountered:
I am using changed.bs.select and when I use e to get keyCode it's always undefined. It looks like it's not being populated?
I am using your amazing tool as a better auto complete. I want to detect when a user is using their mouse vs keyboard because I want to handle the events differently.
If a user is using the mouse then they are pointing and clicking their way around.
If the user is using their keyboard then I want to re-open the selectpicker after changed is fired so they can keep making other selections (think bulk add).
The text was updated successfully, but these errors were encountered: