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, the aria-describedby value can only be set to an input error and otherwise is set to null [Reference]. Ideally, we can pass in an ariaDescribedby prop that would be used as the fallback when there is no input error.
The text was updated successfully, but these errors were encountered:
I believe you can override aria-describedby by passing in that prop exactly to the component (unless filterInvalidDOMProps overrides that. The issue with that though is that it should not override aria-describedby when there is an error
Currently, the
aria-describedby
value can only be set to an input error and otherwise is set tonull
[Reference]. Ideally, we can pass in anariaDescribedby
prop that would be used as the fallback when there is no input error.The text was updated successfully, but these errors were encountered: