[TextField] helperText accessibility #14231
Labels
accessibility
a11y
component: text field
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
<TextField />
propertyhelperText
is not accessible. I believearia-describedby
should be applied to theInputElement
and not to theFormControl
🤔Expected Behavior
Using the macOS Mojave screenreader, I should hear the helper text read aloud.
Current Behavior
I am not hearing the helperText
Steps to Reproduce 🕹
This behavior is evident in the
TextField
demos. The error text is not read aloud.Context 🔦
I am trying to help users smoothly navigate a signup flow with various password creation requirements.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: