-
Notifications
You must be signed in to change notification settings - Fork 586
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
Add aria-label for accessibility #645
Conversation
Hi! I too am stuck with the same aria issues. It would be great if these could be available in master and updated to npm for installation as a package update. Thanks!! |
Hello, my team is experiencing the same issue with our accessibility audit. Thanks! |
I am having the same issue. Please approve the merge. Thanks |
Also having this accessibility issue and waiting on the fix. Thank you |
@judygab Any status on getting this PR merged? Would be greatly helpful to get this in. |
@moroshko ^^^^^^^^ 👍 |
Yes. It has conflicts. |
@aberezkin it didn't show me conflicts on the pull request, anyways I followed the link from here, resolved them and committed it. |
It looks like that you can achieve the same functionality using |
@lranches-sfdo @bfeister in my team, we just patched this module with my changes and it has been working fine since then. That is another workaround if this PR would not be accepted. |
@judygab That's helpful! We might have to go that route as well. Ideally, it would be good for everyone if it gets merged as this PR has been sitting for awhile it seems. |
@judygab |
thanks, |
Same issue here +1 |
I agree with @aberezkin that it would be cleaner to send |
I totally agree with the goal here, but I think the implementation isn't quite right (in part because this has been sat here for a while, sorry about that!). I'd love to merge this PR though. I think there's a few things required:
Does that make sense? If anybody wants to take that on, I'd love to get this finished up & merged! |
Hi @judygab are you still interested in this? I'd be happy to merge it if you've got a minute to look into the comments above. If not no worries, but I'll close this PR in a few days. |
When I ran accessibility test on AutoSuggest I received issues that the combobox and input fields don't have descriptions. To fix these issues I added aria-labels which are optional and the users can pass the values of it through props. This would also fix (#485 ), (#283 ), (#642 ). I'm also creating a pull request for react-autowhatever to pass down the aria-label to the suggestions container.