Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDModal CloseOnEscape="false" should not close the form when the ESC key is pressed #32

Open
rolandbanks opened this issue Aug 23, 2023 · 1 comment

Comments

@rolandbanks
Copy link
Contributor

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










@rolandbanks
Copy link
Contributor Author

Version 3.1.47.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant