Prevent nuisance and water form submission on enter

This commit is contained in:
Eli Ribble 2026-04-29 15:31:04 +00:00
parent ab5dd13fcb
commit 0a0e6f6301
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -104,6 +104,7 @@ select.tall {
<!-- Report Form -->
<form
enctype="multipart/form-data"
@keydown.enter.prevent=""
ref="formElement"
@submit.prevent="doSubmit"
>