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
PDModal CloseOnEscape="false" should not close the form when the ESC key is pressed.
Currently it does e.g. I have this modal below. Pressing the ESC key closes it, but should not:
<PDModal @ref="EditDialog"
CloseOnEscape="false"
HideOnBackgroundClick="false"
Size="ModalSizes.Large">
The text was updated successfully, but these errors were encountered:
PDModal CloseOnEscape="false" should not close the form when the ESC key is pressed.
Currently it does e.g. I have this modal below. Pressing the ESC key closes it, but should not:
<PDModal @ref="EditDialog"
CloseOnEscape="false"
HideOnBackgroundClick="false"
Size="ModalSizes.Large">
The text was updated successfully, but these errors were encountered: