-
-
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
When have multi selects some doesn't works #756
Comments
Need more info – what's the HTML of the selects look like? |
The select with name="mes" doesn't works and name="uti_sexo" doesn't works too. |
I had the same issue and I really have no clue, what was causing it. Initializing them by using .each() worked for me too. |
Had the same problem but the workaround that Alex-Sokolov posted worked just fine. |
Same issue for me, with just a few options. |
+1 |
It seems the A quick fix is adding I don't know the code well enough to know if that breaks anything else though. EDIT: |
@johanhalse (and others) This was fixed by #717, which is now part of 0.12.1 |
@brianreavis Thanks! Work now in 0.12.1 But is it way to clear all selectized inputs without .each()? $('.selectColumns').each(function () {
this.selectize.clear();
}); |
I use this plugin and yesterday I update from v0.11.2 to v0.12.0, and some selects crashed.
They have content but appears without content after rendering.
I use last version of jQuery.
$('.select').selectize();
The text was updated successfully, but these errors were encountered: