moroshko / react-autosuggest

WAI-ARIA compliant React autosuggest component
http://react-autosuggest.js.org
MIT License
5.97k stars 586 forks source link

NVDA accessibility double-speaks "list" on opening dropdown window #825

Open jlangr opened 3 years ago

jlangr commented 3 years ago

Under windows, with the NVDA app (free download) running, using your page with examples (e.g. "BASIC"):

laurentmmeyer commented 2 years ago

I can confirm the issue.

I think this happens because of the groupings

Here is the list I have: image

And here is the DOM

Screenshot 2022-10-04 at 13 55 06

So there is no surprise that NVDA reads "list" twice but the firstrole=listbox should probably not be there. Does anyone have an idea?