You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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