-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
1.8.0 does not draw multiselect. #2878
Comments
1.8.0 does work for multiselects — you can see it working on the demo page. There must be something amiss with your specific setup. Here's your exact sample code working in a Fiddle: https://jsfiddle.net/75204mbs/1/ Please link to a publicly accessible page or a Fiddle so we can attempt to debug. Closing in the meantime. |
if options go like this:
1.7.0 works, 1.8.0 -- empty dropdown box. |
Here's a Fiddle showing that exact code working with 1.8.0: https://jsfiddle.net/75204mbs/8/ |
Check your JS console. Make sure no errors are being thrown there. |
No errors, I am sorry, but it looks like it does not work only with Russian words.
|
Now we're getting somewhere! That sounds like it's related to #2821, which should be fixed by #2877. You can continue using 1.7.0 in the meantime, or you can pull down that branch and build Chosen yourself from source to see if that fixes your issue. We're hoping to get #2877 merged and released very soon. /cc @adunkman |
thanks |
Here's a JSBin with Chosen from that branch and your code that you shared — it seems to be working with that fix: https://jsbin.com/diwaxomuju/edit?html,output |
results in
chosen-drop and chosen-results are empty.
Tried in latest chrome and firefox.
Falling back to 1.7.0 helps.
The text was updated successfully, but these errors were encountered: