Is there any way to nest a few popovers in dropdown? #3026
Unanswered
danielsavinoff
asked this question in
Help
Replies: 1 comment 1 reply
-
Normally, when the dropdown is closed by 'click-outside' or 'clicking an item', you can handle all these cases to disable the Popover (managed by the local state). However, the dropdown close action cannot manage the internal state of the Popover. |
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
-
I already have used one popover in dropdown. There were a few issues where I had to use PopoverAnchor and close dropdown with the useState if popover was opened. Does renaming of one of two popovers would work? Because now neither of them opens up.
Beta Was this translation helpful? Give feedback.
All reactions