[TextField][a11y] Add aria-describedby in the input assosiated with the id of the start/end adornment #44108
Labels
accessibility
a11y
component: text field
This is the name of the generic UI component, not the React module!
Summary
When using start/end adornment the input needs to be well associated with the description they provide, by adding an aria-describedby to have the value of the adornment id so that the unsighted users can get the same hint as sighted users.
As a first step, we can likely start with improving this demo, and later we can provide this as a feature out of the box.
Examples
Check https://mui.com/material-ui/react-text-field/#input-adornments as an example.
Motivation
No response
Search keywords: textfield adonrment
The text was updated successfully, but these errors were encountered: