ui
ui copied to clipboard
Open a dialog over another dialog
I'm trying to find out if it's possible to overlap two dialogs one on top of the other.
My example:
I'm editing a user in a dialog with a form. There's a button in this dialog that lets me delete this user. When you click on the user, it opens a second dialog on top, asking for confirmation of the deletion.
Thank you in advance for your help!
Hi Florian! It's possible, you've just to repeat the implementation of the Dialog component within another Dialog component. In fact, you can intance a nested Dialog within any part of the root Dialog (Header, Content, Footer).
Regards, Fran.