Form - (keyboardShortcuts: disable) - Textarea - Prevent submit form on Return key #857
-
Hey guys, I've read something about disabling form submit hitting Enter/Return key. This "bug" is causing duplicated entries in my backend. I've tried setting: keyboardShortcuts: disable on the form, but it doesn't seem to work. Can you help me? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Please try |
Beta Was this translation helpful? Give feedback.
-
I'll take a shot! |
Beta Was this translation helpful? Give feedback.
-
@brunotourinho Yes: use |
Beta Was this translation helpful? Give feedback.
-
@brunotourinho Please tell us, if this is solving your issue. If not, please provide a jsfiddle for more investigation. Thank you 😉 |
Beta Was this translation helpful? Give feedback.
-
It worked like a charm! |
Beta Was this translation helpful? Give feedback.
Please try
keyboardShortcuts: false
into your form settings.