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
Enterprise uses isInvalid prop on input components to set an invalid state. Most inputs have this prop, except the Select component.
Invalid selects display a warning in the browser console:
Warning: React does not recognize the `isInvalid` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `isinvalid` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
at select
The text was updated successfully, but these errors were encountered:
Enterprise uses
isInvalid
prop on input components to set an invalid state. Most inputs have this prop, except theSelect
component.Invalid selects display a warning in the browser console:
The text was updated successfully, but these errors were encountered: