Replies: 1 comment 1 reply
-
Hey! Thank you for your question! The That said, if you use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using @headlessui/react:1.7.7 in chrome browser
You can see the bug here
https://codesandbox.io/s/headlessui-react-menu-example-forked-d9y765?file=/src/menu.js
The problem with Menu in a portal that exists in Dialog
I used with Menu in a portal like this https://github.com/tailwindlabs/headlessui/blob/main/packages/playground-react/pages/menu/menu-with-popper.tsx
I placed it inside a dialog
The keyboard accessibility does not work well, you will see that the keyboard moves between the last and the first item only
Apparently the problem is this section of the documentation

Beta Was this translation helpful? Give feedback.
All reactions