-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
"changed.bs.select" event not working as expected #1697
Comments
Getting the same issue, you figure it out yet? |
Yeah, just listen to the |
Yea, the current implementation doesn't make a lot of sense. See #1378 (comment)
I'd like to replace oldValue with the actual previous value of the select. |
Ok, thanks for the clarification! |
Released in v1.13.0! @angelpcadena Please feel free to close this issue. |
Currently the documentation states that "changed.bs.select" does the following:
But that's not the case, right now it just outputs the event, selected index and two boolean values that are always, true and false, in that order.
I made a jsfiddle: https://jsfiddle.net/SrGoodbar/9xotvca2/
The text was updated successfully, but these errors were encountered: