You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing the dialog in client side when the user presses escape or clicks outside is not a good option for flow since validation should be done in server side.
A nice feature is to leave flags noCloseOnOutsideClick and noCloseOnEsc to false, but send an event e.g user-close-action, then the framework can check whether the dialog can be closed.