downshift-js/downshift

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

Open

#1.162 geöffnet am 25. Aug. 2020

Auf GitHub ansehen
 (9 Kommentare) (6 Reaktionen) (0 zugewiesene Personen)JavaScript (980 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (11.761 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 9h) (5 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide