In salesforce we can have only one popup at a time. So, if you are using a popup, then you have to use a work around to display popup.
Here in this blog, I will show you how to display a popup within a popup. We will create 2 components in this demo.
- Child Component (Second popup modal)
- Parent Component (Actual Popup modal)
So, when user chicks on a button we will display a pop-up window and when user clicks on success button we will display another child pop-up modal.
Continue reading “Pop-up within a pop-up in Lightning Aura Component.”