Closed
Description
"choices.js": "^7.0.0"
Hello!
Case scenario:
Common behaviour where the placeholder is not able to be selected from the dropdown list:
- placeholder should only be visible on page load
- after user select something else, it won't be able to select the placeholder back again
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
Activity