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
Could you be a bit more specific here. The loading prop is controlled entirely externally.
I assume hasError should, by contrast, be handled by the component itself (i.e. if user tries to submit and required=true but selected is empty, hasError should automatically be set to true?) but also allow for external control?
I think we need an
hasError
prop.For the same reason we have an
isLoading
(orloading
) one.The text was updated successfully, but these errors were encountered: