-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Not compatible with jQuery 1.12.1? #1016
Comments
A quick search reveals no one else has reported this, maybe someone else can pitch in? Else, are you able to show a demo and find a cause for this? |
Demo is quite easy: https://codepen.io/anon/pen/KzXQJB |
Thanks, it helps a lot. From what I can tell, the dropdown is not getting populated, sifter returns no results, but there needs to be more investigation as to what this has to do with jQuery 1.12.x |
Use correct jQuery API to get option value Fixes selectize#1016
I confirm #1045 fixes the issue for me. Thank you! |
Thanks for confirming @alexrj |
Use correct jQuery API to get option value Fixes selectize#1016
I just tried selectize v0.12.1 with jQuery 1.12.1 and it doesn't seem to be working. The basic example (i.e.
selectize({})
) does not populate the drowdown with the existing options. Reverting to jQuery 1.7.2 makes it happy again.Is this a duplicate maybe?
(Thank you for selectize, I like it very much.)
The text was updated successfully, but these errors were encountered: