-
Notifications
You must be signed in to change notification settings - Fork 4.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
Adding support for aria-describedby attribute #1570
Comments
Hello - In an effort to sustain the We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our limited efforts to maintain the latest version. If you feel this issue / pull request is still relevant and you'd like us to review it, please leave a comment and we'll do our best to get back to you. |
Re-opened due to pending PR #4082 |
Any luck here? I'd like to pass through |
Any news regarding this issue? There is no way to add https://codesandbox.io/s/codesandboxer-example-forked-dd105r?file=/example.tsx |
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 |
I have exactly the same issue, I have a custom error message and I need to set |
same issue here, would love a response, seems like it's been a whole since this was looked at |
Bump |
Also having this issue @bladey any chance anyone is looking into this? |
Bit of a workaround for right now
Which you can plug into your Select with
This works okay because describedby accepts multiple ids. If you are using describedby to identify your errors your resolved description ends up looking like this "Select... Required" Which I think is okay |
Hi 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
Do you foresee any issues?
Thanks and Best Regards,
Eric
The text was updated successfully, but these errors were encountered: