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