trevoreyre / autocomplete

Accessible autocomplete component for vanilla JavaScript and Vue.
https://autocomplete.trevoreyre.com
MIT License
434 stars 75 forks source link

Cannot select item when using Talkback screen reader on Android #173

Open nico-amsterdam opened 5 months ago

nico-amsterdam commented 5 months ago

Tested this on a Android phone width Talkback 14.1 on Chrome . I can type something in the input field, but if I want to select something from the suggestions it selects the whole box, and it is not possible to select one item.

Possible fix: add tabindex -1 to make the elements focusable