-
-
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
allowEmptyOption regression in 0.12 ? #749
Comments
Yes, a very strange behavior. You set this option to true and placeholder (empty option) simply removed. |
Hi, |
👍 for the fix |
There is a bug with the `allowEmptyOption` setting in 0.12.x. See: * selectize/selectize.js#749 * selectize/selectize.js#967 * selectize/selectize.js#739
👍 for the fix |
@whather 👍 |
Duping #739 |
Hi,
In the version before 0.12, allowEmptyOption was working this way : the empty option - aka the placeholder - was inserted in the dropdown as an option of the select.
Now, it is inserted as a placeholder on the input. Seems great, but... if we set a display none property on the input to disable it, we can't see the placeholder anymore... It seems to be a big regression !
Any thoughts on this ?
The text was updated successfully, but these errors were encountered: