downshift-js/downshift

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

Aberta

#1.162 aberto em 25 de ago. de 2020

 (9 comentários) (6 reações) (0 responsável)JavaScript (980 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (11.761 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador