Prevent nuisance and water form submission on enter
This commit is contained in:
parent
ab5dd13fcb
commit
0a0e6f6301
2 changed files with 2 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ select.tall {
|
||||||
<!-- Report Form -->
|
<!-- Report Form -->
|
||||||
<form
|
<form
|
||||||
enctype="multipart/form-data"
|
enctype="multipart/form-data"
|
||||||
|
@keydown.enter.prevent=""
|
||||||
ref="formElement"
|
ref="formElement"
|
||||||
@submit.prevent="doSubmit"
|
@submit.prevent="doSubmit"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,7 @@ select.tall {
|
||||||
<!-- Report Form -->
|
<!-- Report Form -->
|
||||||
<form
|
<form
|
||||||
enctype="multipart/form-data"
|
enctype="multipart/form-data"
|
||||||
|
@keydown.enter.prevent=""
|
||||||
ref="formElement"
|
ref="formElement"
|
||||||
@submit.prevent="doSubmit"
|
@submit.prevent="doSubmit"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue