Material-ui: how to use two or more material-ui dialog in page?

Created on 21 Oct 2016  路  4Comments  路  Source: mui-org/material-ui

I'm a begginer in reactjs and material-ui.

I want use two material-ui dialog in one page.

how can I do this?

Modal question

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 open props.

At the same time is not possible I think, and also not practical

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

activatedgeek picture activatedgeek  路  3Comments

iamzhouyi picture iamzhouyi  路  3Comments

chris-hinds picture chris-hinds  路  3Comments

reflog picture reflog  路  3Comments

ghost picture ghost  路  3Comments