Adding support for aria-describedby attribute
See original GitHub issueHi there,
We are looking to add aria-describedby attribute support in order to link help text and validation error elements to the react-select select input.
Proposing to add the following property the inputProps in Select.js
'aria-describedby': React.PropTypes.string,
Do you foresee any issues?
Thanks and Best Regards, Eric
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:5 (2 by maintainers)
Top Results From Across the Web
ARIA1: Using the aria-describedby property to provide ... - W3C
The aria-describedby property may be used to attach descriptive information to one or more elements through the use of an id reference list....
Read more >aria-describedby - Accessibility - MDN Web Docs
The aria-describedby attribute lists the id s of the elements that describe the object. It is used to establish a relationship between ...
Read more >Adding descriptions to elements using aria-describedby - ADG
Adding descriptions to elements using aria-describedby. ARIA provides an attribute which allows to attach other elements as descriptions to an element.
Read more >Aria-describedby | Introduction to Accessibility - A11y-101
As with the for-id relationship we connect the input with the hint by adding aria-describedby and another ID. ChromeVox will read password, password...
Read more >Describing aria-describedby - TPGi
One such ARIA attribute, aria-describedby , provides the means to associate an element with the text of another object, or objects, in the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any luck here? I’d like to pass through
aria-describedby
.I used React-Select to create a multi-select dropdown within Formik. I’m experiencing the same issue as the person in the comment above mine. I’m using Formik’s Error Message component to display errors, and therefore need to pass an
aria-describedby
in my react-selectSelect
component that corresponds to the Formik Error component’s id. Would really appreciate if the aria-describeby attribute that we pass to the Select could be appended to the existingaria-describedby