You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use the empty string as SelectPrimitive value, I get the below error. Error: A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.
Bug report
Current Behavior
when I use the empty string as
SelectPrimitive value
, I get the below error.Error: A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.
how do I fix this issue?
Expected behavior
Reproducible example
CodeSandbox Template
Suggested solution
Additional context
Your environment
The text was updated successfully, but these errors were encountered: