- Issue created by @bronzehedwick
- πΊπΈUnited States bronzehedwick New York
I did some initial investigation of the code, and it looks like it's using jQuery Autocomplete under the hood. jQuery Autocomplete is keyboard navigable with the arrow keys out of the box, so seems likely that this module is breaking that somehow. Maybe something in the
uiAutocomplete.options.select
override? - πΊπΈUnited States bronzehedwick New York
Here's a list of expected screen readers keyboard shortcuts, which has a section on autocomplete results.