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 098fbe4 commit de75478Copy full SHA for de75478
demo/src/app.tsx
@@ -48,7 +48,10 @@ const App: React.FC = () => {
48
<li>The up / down arrow keys allow for navigation through the menu items</li>
49
<li>Pressing tab will close the menu and move the focus to the next focusable element</li>
50
<li>Pressing escape will close the menu and return the focus to the button</li>
51
- <li>Pressing enter will activate that item and close the menu (whether itʼs a link or has a click handler attached)</li>
+ <li>
52
+ Pressing enter will activate that item and close the menu (whether itʼs a link or has a click handler
53
+ attached)
54
+ </li>
55
</ul>
56
</li>
57
0 commit comments