Skip to content
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

Closed
alranel opened this issue Mar 6, 2016 · 5 comments
Closed

Not compatible with jQuery 1.12.1? #1016

alranel opened this issue Mar 6, 2016 · 5 comments
Labels

Comments

@alranel
Copy link

alranel commented Mar 6, 2016

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.)

@joallard
Copy link
Member

joallard commented Apr 1, 2016

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?

@alranel
Copy link
Author

alranel commented Apr 2, 2016

Demo is quite easy: https://codepen.io/anon/pen/KzXQJB

@joallard
Copy link
Member

joallard commented Apr 2, 2016

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

mpokrywka added a commit to mpokrywka/selectize.js that referenced this issue Apr 21, 2016
Use correct jQuery API to get option value
Fixes selectize#1016
@alranel
Copy link
Author

alranel commented May 7, 2016

I confirm #1045 fixes the issue for me. Thank you!

@joallard
Copy link
Member

joallard commented May 9, 2016

Thanks for confirming @alexrj

bwilson-ux pushed a commit to bwilson-ux/selectize.js that referenced this issue Oct 4, 2016
Use correct jQuery API to get option value
Fixes selectize#1016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants