Disable spell check on input fields

This commit is contained in:
Dmitry Yankowski
2020-02-25 01:43:55 -05:00
parent ab4004fae0
commit 45b2b81fe4
3 changed files with 270 additions and 215 deletions

View File

@@ -182,6 +182,7 @@
id="url"
name="url"
type="url"
spellcheck="false"
v-model="url"
/>
</li>
@@ -192,6 +193,7 @@
id="path"
name="path"
v-model="path"
spellcheck="false"
@input="pathInputHandler"
/>
</li>
@@ -202,6 +204,7 @@
name="label"
type="text"
v-model="label"
spellcheck="false"
:placeholder="$t('optional')"
/>
</li>