We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event changed.bs.select is not firing on mobile when native mobile menu is used. Tested on Android 6 with Chrome and Opera browsers.
changed.bs.select
http://jsfiddle.net/3fa34oez/4/
(Remove data-mobile="true" to see the event working correctly on desktop.)
data-mobile="true"
The text was updated successfully, but these errors were encountered:
I was about to post an issue about this too.
Replacing changed.bs.select with change looks to work on both mobile and desktop. Not sure if it does on all browsers.
change
Sorry, something went wrong.
683e677
fire changed.bs.select with every change. update placeholder for chan…
ee8a311
…ges with mobile = true enabled. close snapappointments#1465.
No branches or pull requests
Event
changed.bs.select
is not firing on mobile when native mobile menu is used. Tested on Android 6 with Chrome and Opera browsers.http://jsfiddle.net/3fa34oez/4/
(Remove
data-mobile="true"
to see the event working correctly on desktop.)The text was updated successfully, but these errors were encountered: