Form Component disable submit on press enter

What are you trying to do?

Is it possible to disable form submission when the enter key is pressed? I have some other inputs that are not related to the form but when I press enter it just submits the form

What have you tried so far? Playing around with studio, looking for an option

Relevant links:

What I did to solve was: move the button out of the form, and then manually set the button on click to submit the form

1 Like