-
Notifications
You must be signed in to change notification settings - Fork 617
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
Options remain disabled after enabling a select #1025
Labels
Comments
codeflow-biz
pushed a commit
to codeflow-biz/Choices
that referenced
this issue
May 2, 2022
Hi guys. Any chance that the bug will be fixed and a new release will be created? |
hi, |
Hi. You can use my fork until the fix is in the main repo. I committed the fully build, ready to use files as well. My build is based on the currently latest release just with 2 or 3 fixes. |
Xon
added a commit
to Xon/Choices.js
that referenced
this issue
Jul 17, 2024
…abled <select> element Choices-js#1025
Implemented as part of #1166 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If a select has the disabled attribute set in the original HTML code before Choices is created all options remain disabled after a call to .enable();
To Reproduce
See attached example html file.
Expected behavior
Both example selects are disabled after loading the file. After a click on "enable" the options of the first select remain disabled, the options of the second select are enable correct.
The text was updated successfully, but these errors were encountered: