citizensadvice / cads

Citizens Advice Design system
https://citizensadvice.github.io/cads/
8 stars 0 forks source link

Stop `enter` from submitting form #154

Open ChrisBrettCA opened 5 years ago

ChrisBrettCA commented 5 years ago

Make sure <form /> element has event.preventDefault() on it to stop people submitting the form when hitting the enter key.