[popups] Clicking outside of nested popups closes all of them #1107
Labels
bug 🐛
Something doesn't work
component: dialog
This is the name of the generic UI component, not the React module!
component: menu
This is the name of the generic UI component, not the React module!
component: popover
The React component.
component: select
This is the name of the generic UI component, not the React module!
Whenever there are nested popups open, such as a Menu or a Select in a Dialog, clicking outside of them closes all of them. The correct behavior would be to close just the topmost one (as nested Dialogs currently behave).
The text was updated successfully, but these errors were encountered: