downshift-js/downshift

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

Open

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

在 GitHub 查看
 (9 评论) (6 反应) (0 负责人)JavaScript (11,761 star) (980 fork)batch import
enhancementhelp wanted

描述

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.

贡献者指南

Have `Home`/`End` keys change cursor position, not selected item · downshift-js/downshift#1162 | Good First Issue