Open ChrisBrettCA opened 5 years ago
Make sure <form /> element has event.preventDefault() on it to stop people submitting the form when hitting the enter key.
<form />
event.preventDefault()
Make sure
<form />
element hasevent.preventDefault()
on it to stop people submitting the form when hitting the enter key.