To make it persistent, set `.props('persistent')` on the dialog element. NOTE: The dialog is an element. That means it is not removed when closed, but only hidden. You should either create it only ...