-
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
role="listbox" both on suggestionsContainer as well as suggestion ul #701
Labels
Comments
I think this is a regression, it seems to not set the role="listbox" on the container in 9.0.0 , but it does so in the latest version which is 9.4.3 |
This issue seems to persist from v9 into v10. |
thibaudcolas
added a commit
to thibaudcolas/react-autosuggest
that referenced
this issue
Oct 12, 2021
…oroshko#701 This fixes moroshko#701. This can be customised per-project with `renderSuggestionsContainer`, but here is no reason for this container to have a `listbox` role to start with since the list within already does.
This seems like a pretty straightforward fix for an issue affecting all users of the library, so I gave it a shot in #830. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Codepen: https://codepen.io/gaurav5430/pen/rNaYgBe?editors=0010
c
, and wait for suggestions to appearObserved behaviour: both the suggestions container and the suggestions ul have role="listbox"
Expected behaviour: only the ul should have role="listbox".
The text was updated successfully, but these errors were encountered: