Replies: 1 comment
-
Hi @samadadi,
<select {...api.hiddenSelectProps}>
<option value="" />
{...}
</select> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. There is one improvement related to Select component:
Adding
required
attribute to the hidden select element when we addrequired
property to Select component.Question: In regard to Select component when I put Select component inside a form and submit the form to the server without any first interaction with Select component or without any option selection or without setting any
value
ordefaultValue
why is that I receive the first option on the server?Beta Was this translation helpful? Give feedback.
All reactions