Open
Description
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.