- 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.
- Status changed to Postponed: needs info
20 days ago 1:27pm 4 August 2025 - 🇦🇹Austria drunken monkey Vienna, Austria
This works fine for me. Are you sure you can reproduce this on a clean installation of Drupal?
Otherwise, it seems rather like your theme or some other site-specific code gets in the way. We mostly just use Drupal’s own autocomplete functionality and I don’t think the adaptions we do make are likely to break keyboard navigation.That being said, it is of course possible we could make some improvements to make it easier for themes to keep this functionality working, but I’d need details for that. (I’m also not very good with frontend code in general, so always open for suggestions from frontend experts.)