downshift-js/downshift

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

开放

#1,162 创建于 2020年8月25日

 (9 条评论) (6 个反应) (0 位负责人)JavaScript (980 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (11,761 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南