How can I make the empty value (first) item in dropdown unelectable like in examples on the Semantic UI site https://semantic-ui.com/collections/form.html#dropdown?
Currently if I add the empty value it still selectable.
Code I used for empty value
Currently if I add the empty value it still selectable.
Code I used for empty value
=Select
You can select it but it doesn't count as a value - as in if you set the field to be required and they select it, it won't validate.
I know that, but I want not selectable like in the Semantic UI demos
This topic is locked and no more replies can be posted.