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
Currently it seems as though you need to supply the object { label: string, value: string } in order to select the desired option. The label seems superfluous and is contrary to how a standard HTML select element decides the uniqueness of the option to be selected.
In the next release, can we just supply a single value in order to select the option?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently it seems as though you need to supply the object
{ label: string, value: string }
in order to select the desired option. Thelabel
seems superfluous and is contrary to how a standard HTMLselect
element decides the uniqueness of the option to be selected.In the next release, can we just supply a single value in order to select the option?
Beta Was this translation helpful? Give feedback.
All reactions