downshift-js/downshift

Have `Home`/`End` keys change cursor position, not selected item

Open

#1 162 ouverte le 25 août 2020

Voir sur GitHub
 (9 commentaires) (6 réactions) (0 assignés)JavaScript (11 761 stars) (980 forks)batch import
enhancementhelp wanted

Description

Downshift (useComboBox) is set up for Home and End keys to select the first or last option in the dropdown. However, the WAI-ARIA ListBox spec suggests that those keys should have their normal behavior of moving the cursor to the beginning/end of the text input.

Guide contributeur