Replies: 1 comment 2 replies
-
You can use a |
Beta Was this translation helpful? Give feedback.
2 replies
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 would be great if the value of the
Select
could be set tovalue=""
solely by interacting with theSelect
itself. For example,""
.value=""
.However, seems the above don't work.
While it is possible to have a separate UI element, like a "Clear" button, to allow users to set the value back to
""
, having a second UI element to provide a reset-like functionality toSelect
's state meansSelect
isn't self contained.Is there a way to reset the value of a
Select
back to""
solely by interacting with theSelect
itself?Beta Was this translation helpful? Give feedback.
All reactions