Do not submit the activation form on enter if form is invalid
This commit is contained in:
@@ -84,7 +84,7 @@ onMounted(async () => {
|
||||
|
||||
<form @submit.prevent="onOwnerSubmit()" autocomplete="off">
|
||||
<fieldset :disabled="busy">
|
||||
<input type="submit" style="display: none;"/>
|
||||
<input type="submit" style="display: none;" :disabled="busy || !isValid"/>
|
||||
|
||||
<FormGroup :has-error="formError.displayName">
|
||||
<label for="displayNameInput">Full Name</label>
|
||||
|
||||
Reference in New Issue
Block a user