Skip to content
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

Accessibility issue with combobox #4832

Closed
sanjaykc opened this issue Oct 1, 2021 · 4 comments
Closed

Accessibility issue with combobox #4832

sanjaykc opened this issue Oct 1, 2021 · 4 comments
Labels
awaiting-author-response Issues or PRs waiting for more information from the author

Comments

@sanjaykc
Copy link

sanjaykc commented Oct 1, 2021

Getting below accessibility issue while using combo box component.

Issue: The 'id' "react-select-5-listbox, react-select-5-listbox" specified for the ARIA property 'aria-controls, aria-owns' value is not valid

Above issue can be replicated with react-select samples https://codesandbox.io/s/codesandboxer-example-forked-vcdjt

@ebonow
Copy link
Collaborator

ebonow commented Oct 15, 2021

@sanjaykc

I am not seeing this error though the console is throwing a different error. Would you mind attaching a screenshot or producing a codesandbox that will reliably throw the error that you are seeing?

@ebonow ebonow added the awaiting-author-response Issues or PRs waiting for more information from the author label Oct 15, 2021
@LauRoxx
Copy link

LauRoxx commented Jan 11, 2022

When using Continuum Explorer Pro chrome extension it lists the same issue. aria-controls reference the listbox element even when it is not in the DOM. As recommended here "Wait until it is [added to the DOM] before adding aria-controls to the controlling element; that is, synchronize the presence/absence of the two."
aria-controls error screenshot

@LauRoxx
Copy link

LauRoxx commented Apr 18, 2022

looks like this issue should be solved with this PR

@Rall3n
Copy link
Collaborator

Rall3n commented Apr 19, 2022

@LauRoxx thanks for the information.

I will close this issue based on the status of the mentioned PR.

@Rall3n Rall3n closed this as completed Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-author-response Issues or PRs waiting for more information from the author
Projects
None yet
Development

No branches or pull requests

4 participants