Hello!,
I open a popup window that aplies to a Page
but when I navigate to another page the popup window doesn´t disapear.
How could I do for the popup window dissapear when I navigate to any other Page?
Hello!,
I open a popup window that aplies to a Page
but when I navigate to another page the popup window doesn´t disapear.
How could I do for the popup window dissapear when I navigate to any other Page?
Option 1: Make it modal so that you can't click on the background page without closing the popup first.
Option 2: Set overlayDismiss to true. Then if you click outside the popup it automatically closes.
Design comment: when I see a green background on the dialog what am I supposed to think?
Be consistent. If it is a standard dialog then use standard dialog background color.