bug: Fixes pressing enter key not submitting values in widget. (#3610)
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
:placeholder="$t('EMAIL_PLACEHOLDER')"
|
:placeholder="$t('EMAIL_PLACEHOLDER')"
|
||||||
:class="{ error: $v.email.$error }"
|
:class="{ error: $v.email.$error }"
|
||||||
@input="$v.email.$touch"
|
@input="$v.email.$touch"
|
||||||
@keyup.enter="onSubmit"
|
@keydown.enter="onSubmit"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
class="button small"
|
class="button small"
|
||||||
|
|||||||
Reference in New Issue
Block a user