-
Version: @headlessui 2.0.4 I want to focus/click the other elements on page when the dropdown is open instead of clicking twice (first click is to exit dropdown and the other click on the other elements) Screen.Recording.2024-06-11.at.14.56.25.movHere is the code: |
Beta Was this translation helpful? Give feedback.
Answered by
druidui
Jun 18, 2024
Replies: 2 comments 2 replies
-
Having the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
@alexnatea Try modal={false} as a Headless.Menu prop, or you can try my workaround for making it close in 1 click: #3299 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
alexnatea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@alexnatea Try modal={false} as a Headless.Menu prop, or you can try my workaround for making it close in 1 click: #3299