Stop `enter` from submitting form
Opened this issue · 0 comments
ChrisBrettCA commented
Make sure <form />
element has event.preventDefault()
on it to stop people submitting the form when hitting the enter key.
Opened this issue · 0 comments
Make sure <form />
element has event.preventDefault()
on it to stop people submitting the form when hitting the enter key.