Closed metonym closed 1 year ago
Closes #1813
value is not a valid prop on Select. This is a typo as it should be the selected prop. In this case, removing it still works because the value of the first SelectItem is used as the default selected value.
value
Select
selected
SelectItem
Closes #1813
value
is not a valid prop onSelect
. This is a typo as it should be theselected
prop. In this case, removing it still works because the value of the firstSelectItem
is used as the default selected value.