autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

add extra keyboard controls as per W3C recommendations for combobox

Open evanwills opened this issue 1 year ago • 0 comments

Add four extra keyboard controls for as per recommendations from the W3C https://www.w3.org/WAI/ARIA/apg/patterns/combobox/#keyboardinteraction

  1. Control + Home (optional): moves focus to the first row.
  2. Control + End (Optional): moves focus to the last row.
  3. Alt + Down Arrow (Optional): If the popup is available but not displayed, displays the popup without moving focus.
  4. Alt + Up Arrow (Optional): If the popup is displayed:
    • If the popup contains focus, returns focus to the combobox.
    • Closes the popup.

evanwills avatar Feb 19 '24 11:02 evanwills