-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Dropdown] Selected multiple options are hidden (2.2.14) #6123
Comments
I just noticed this same bug, seems to be javascript related. |
Seem to be introduced by 0fa5821. |
I am suffering from this issue. This bug seems critical and needs a hot fix. |
+1 |
I think I have the same symptom after upgrading to 2.2.14: Selected options (stored in the input tag's value attribute) are not displayed as preselected in the input field anymore. The input field appears empty. |
+1 |
+1 |
I noticed this problem as well. After downgrading to 2.2.12 pre-selected options are displayed properly! |
I create pull request for this issue. #6169 |
Semantic-Org, thanks for the new 2.3.0 release! There are really good enhancements and features, but we still cannot upgrade because of this one... Have to use 2.2.13. |
Are there any other possible work-arounds or tricks? What about some tweaks on the dropdown JS components when initializing them? |
@hammy2899 could you help label this bug? This looks quite critical. Thanks a lot! |
+1 |
Will address in next patch. |
@jlukic Excited! |
Just met the same problem, and found that it was caused by the change from Anyway, I hope that 2.3.1 can come soon. |
+1 |
I'll have time to address this issue, this sunday. Thanks for your patience. |
This should be fixed in 0e5c824, with a tiny change. Labels were checking if the dropdown value already was set (for dupe matching) but because of the order of operations with initializing multi selects from |
This is fixed in |
I am also running into this problem, my pre-selected options are not showing. any workaround available |
subramn - it has been fixed in 2.3.1 |
I've used to generate dropdowns from HTML in my forms, but Semantic 2.2.14 has a critical bug: selected options are hidden (but they are still considered as selected if you submit a form):
https://jsfiddle.net/3LaahL7e/1/
The text was updated successfully, but these errors were encountered: