I'm a begginer in reactjs and material-ui.
I want use two material-ui dialog in one page.
how can I do this?
At the same time or concurrently?
If it's the last one, just put them in your code twice, and give them different open props.
At the same time is not possible I think, and also not practical
@BlockChange Thanks for helping.
That doesn't look like an issue with this lib. I'm closing it. Would be better to post your question on StackOverflow, the answer would help more people.
Can we open a second dialog on first dialog's button click?
The dialog is built on the modal that supports nesting. Yes, it's possible.
@fullstacksk You can ask for help on StackOverflow on how to do such.
Most helpful comment
At the same time or concurrently?
If it's the last one, just put them in your code twice, and give them different
openprops.At the same time is not possible I think, and also not practical