Replies: 1 comment
-
|
I solved it by adding "modal={false}" to my . Tailwind is at 3.4.17, headlessui/react at 2.2.9. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm using headlessui/react 2.1.2
I have a simple Dropdown Menu (just like the example) but I have a problem, if this menu is active the rest of the page is not clickeable until the Menu closes, for example if the menu is opened and I want to click to other component outside the menu, the first click closes the menu andIi have to make another click to interact with the other component.
I think this happend because my all elements in html have aria-hidden="true" inset when the Dropdown Menu is active but when it closes this tags disappear.
I have already tried to use modal={false} but the menus still open if i click other menu or other headless ui component like dialog.
This behavior did not occur in v1.7.19 but I really dont want to drowngrade, i like the new version
Beta Was this translation helpful? Give feedback.
All reactions