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
The default values for props optionLabel and optionValue should be label and value respectively. This way, we have more of a standardized system and we don't have to set these values every time we add a Select component. There may be even more components that use label/value and the same should apply to them.
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
-
The default values for props
optionLabel
andoptionValue
should belabel
andvalue
respectively. This way, we have more of a standardized system and we don't have to set these values every time we add a Select component. There may be even more components that use label/value and the same should apply to them.Beta Was this translation helpful? Give feedback.
All reactions