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
It's really inconvenient, that these components don't have that prop
In Button you can set it via extraProps (which is better, but still can be improved by adding the property directly to the component)
In Select you don't even have the extraProps, the only options you're left with are
focusing with ref on useEffect
or modifying the Select button with renderControl
The text was updated successfully, but these errors were encountered:
It's really inconvenient, that these components don't have that prop
In
Button
you can set it viaextraProps
(which is better, but still can be improved by adding the property directly to the component)In
Select
you don't even have theextraProps
, the only options you're left with areref
onuseEffect
renderControl
The text was updated successfully, but these errors were encountered: