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
Please provide the environment you discovered this bug in.
When using a screenreader Hint or Error Messages are not mentioned when focusing on input
Which area/package is the issue in?
input
Description
Hint and Error directives are not semantically linked to the field to which they are helping describe. They are missing their own unique id's and then the input is missing an aria-describedby with the listed hint and error id's. They need to be swapped based on input state as well.
Please provide the exception or error you saw
Other information
No response
I would be willing to submit a PR to fix this issue