We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa09cb6 commit 750e0a8Copy full SHA for 750e0a8
website/src/pages/demo.tsx
@@ -84,8 +84,12 @@ const Demo: React.FC = () => {
84
</li>
85
<li>Pressing escape will close the menu and return the focus to the button</li>
86
<li>
87
- Pressing enter will activate that item and close the menu (whether it’s a link or has a click
88
- handler attached)
+ Pressing enter or space will activate that item and close the menu (whether it’s a link or has a
+ click handler attached)
89
+ </li>
90
+ <li>
91
+ Pressing any other character will move to the first menu item that starts with that character,
92
+ if there is not a matching item, focus remains the same.
93
94
</ul>
95
0 commit comments