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
Unless I've missed something, then the Select component in this package only lets you set the selected option by either setting the selectedIndex prop of Select itself or using the selected prop of Select.Item.
I think it would make sense to let Select behave like a regular select in this regard, what do you think?
The text was updated successfully, but these errors were encountered:
In plain Preact you can choose which option of a select element should be selected like this:
Unless I've missed something, then the Select component in this package only lets you set the selected option by either setting the
selectedIndex
prop of Select itself or using theselected
prop ofSelect.Item
.I think it would make sense to let Select behave like a regular select in this regard, what do you think?
The text was updated successfully, but these errors were encountered: