Replies: 1 comment 1 reply
-
I think it is possible to use the enter key and escape key to manipulate the modal. I don't think it has much to do with blazored.modal. You can probably listen for the enter key and escape key events and close the modal in their event handlers? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to edit the sample "ReturnDataFromModal" modal.
There is an input field.
I would like to be able to close the modal with the enter key (and maybe close it with esc).
Is it possible?
Here is the code from the sample:
Beta Was this translation helpful? Give feedback.
All reactions