More obvious way to allow empty default values / require user selection #893
tyteen4a03
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's not immediately obvious how to allow the user to leave a select unselected, nor is there a way to force the user to choose an option.
It would be nice if select also had a
validation.isRequired
option that forces the user to choose an option, as well as the option of adding a defaultundefined
option, turned on by default.Beta Was this translation helpful? Give feedback.
All reactions