Replies: 1 comment
-
I have this issue too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, I'm using a dialog within a dialog.
It's really a card that when clicked on pops up a dialog. But, there is a button on that Card, that when you click it, I want to open another dialog.
I'm getting this behavior where if I open the inner Dialog, if I choose to close out the inner dialog by either clicking the upper right hand corner "X" or clicking outside the dialog, the outer dialog then opens. I think this is because I can't call e.stopPropagation() on the inner Dialog's onOpenChange function.
Does anyone have any idea how to mitigate this behavior?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions