We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"choices.js": "^7.0.0"
Hello!
Common behaviour where the placeholder is not able to be selected from the dropdown list:
Base on the rule that placeholder value is an empty string -> placeholder value = ''
placeholder value = ''
Is there any feature about this ? like placeholderSelectable: true/false or some idea to achieve this easily 🤔 ?
placeholderSelectable: true/false
Thanks in advance
The text was updated successfully, but these errors were encountered:
I'm also dealing with this issue, does anyone have a solution or a workaround?
Sorry, something went wrong.
I have found the following simple CSS workaround
.choices__list--dropdown .choices__placeholder { display: none; }
Implemented as part of #1166
No branches or pull requests
Hello!
Case scenario:
Common behaviour where the placeholder is not able to be selected from the dropdown list:
Base on the rule that placeholder value is an empty string ->
placeholder value = ''
Is there any feature about this ? like
placeholderSelectable: true/false
or some idea to achieve this easily 🤔 ?Thanks in advance
The text was updated successfully, but these errors were encountered: