Unable to Submit Form Using Enter Key #2825
Replies: 1 comment 1 reply
-
Hi! Did you find an answer to this? I'm in need for a solution to the very same problem :-) |
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
-
I'm facing an issue where pressing the Enter key within a form element doesn't submit the form. It appears that a method called disableKey might be intercepting the Enter key press event. Could someone explain the reason for this behavior and suggest a way to enable form submission using the Enter key? Any assistance on bypassing or disabling the disableKey method would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions