Disable spell check on input fields
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<input
|
||||
id="url"
|
||||
type="url"
|
||||
spellcheck="false"
|
||||
:class="{ error: !urlValid }"
|
||||
v-model="url"
|
||||
@keyup.enter="urlValid ? toggleConnection() : null"
|
||||
|
||||
Reference in New Issue
Block a user