-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown: Support aria-describedby #3319
Comments
Don't you want <label value="My Dropdown" id="my-label" />
<Dropdown ariaLabelledBy="my-label"... |
aria-labelledby and aria-describedby attributes both reference other elements to calculate text alternatives.
So for the inputText component you use aria-describedby for text underneath the input to explain it. But for inputText you don't need aria-labelledby as you have the id and htmlfor.
|
Got it! Let me come up with something clever. |
Describe the feature you would like to see added
InputText supports aria-describedby and it would be helpful if dropdown and other inputs also supported this property as there is no other way to offer help text to describe the dropdown to a user using a screen reader
Is your feature request related to a problem?
No response
Describe the solution you'd like
Add property aria-describedby to dropdown and all other input types
The text was updated successfully, but these errors were encountered: