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">