inveniosoftware / react-searchkit

React component library for interacting with a REST API.
https://inveniosoftware.github.io/react-searchkit/
MIT License
78 stars 40 forks source link

Sort dropdown on search results - make keyboard navigable #220

Closed lhenze closed 2 years ago

lhenze commented 2 years ago

For keyboard-only users, it's hard to use the "sort" dropdown because each time you press the down arrow, the new option is immediately submitted.

The preferred behavior is that when down arrow is pressed, the popup opens, and focus is placed on the first selectable option, but the value is not actually updated yet -- that only happens on pressing "enter," "spacebar," or tab.

https://www.w3.org/TR/wai-aria-practices/examples/combobox/combobox-select-only.html#kbd_label_listbox