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
react-select doesn't respect aria-describedby as prop. This results in for errors not being pronounced by screen readers when focusing back on the field.
This works okay because describedby accepts multiple ids. If you are using describedby to identify your errors your resolved description ends up looking like this "Select... Required" Which I think is okay
Are you reporting a bug or runtime error? -> BUG
react-select doesn't respect
aria-describedby
as prop. This results in for errors not being pronounced by screen readers when focusing back on the field.Example:
https://codesandbox.io/s/react-select-v5-sandbox-forked-i1vu1l
The text was updated successfully, but these errors were encountered: