Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow opening multiple popups #5758

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucasmerlin
Copy link
Collaborator

@lucasmerlin lucasmerlin commented Mar 3, 2025

While this kinda works, it's still missing some kind of unified popup close behaviour handling, like in the menu. So maybe we need a similar PopupState or something to properly support nested popups.
(Right now, having a popup with CloseOnClickOutside and a nested popup, the outer popup will close or not depending on whether the click on the child popup was inside or outside of the bounds of the original popup)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unify menus with tooltips/popups
1 participant