Reputation:
I am using React Modal Plugin to display the modals. I am trying to achieve to below scenario.
Upvotes: 0
Views: 5114
Reputation: 9063
That is already supported. Just nest the modal components. That is, inside the rendered content of the first modal, render another modal component. When you click the opening element of the second modal, it will appear in front of the first, while the first stays open in the background.
Upvotes: 1