Next.js Discord

Discord Forum

form submit with enter key

Unanswered
New Guinea Freshwater Crocodile posted this in #help-forum
Open in Discord
New Guinea Freshwater CrocodileOP
<form action={}>
  <input />
  <button type="submit">Submit</button>
</form>


How do I trigger this form submission when I hit the enter key?

1 Reply

Bonga shad
That should work out of the box with the form element. Is that your actual form?