LeaVerou / awesomplete

Ultra lightweight, usable, beautiful autocomplete with zero dependencies.
http://leaverou.github.io/awesomplete/
MIT License
6.96k stars 611 forks source link

On Android in Talkbalk (screenreader) it is not possible to select a suggestion from the list #17252

Closed nico-amsterdam closed 5 months ago

nico-amsterdam commented 6 months ago

Tested this on a Android phone width Talkback 14.1 (currently the latest) on Chrome . I can type something in the input field, but if I want to select something from the suggestions it selects the whole UL listbox, and it is not possible to select one item. Turns out the the LI items in the suggestion list must be put in the tab sequence. If you add the following in the _ITEM function in awesomplete.js, below line 381, it works fine: "tabindex": "0",

Although Awesomplete works great, the whole project could use a bit of LOVE.

TIA,

  Nico
nico-amsterdam commented 5 months ago

PR is merged, so this ticket can be closed. Thanks