Disable spell check on input fields

This commit is contained in:
Dmitry Yankowski
2020-02-25 01:43:55 -05:00
parent 1d616c7ec6
commit 90d347dc89
3 changed files with 270 additions and 215 deletions

View File

@@ -187,6 +187,7 @@
id="url"
name="url"
type="url"
spellcheck="false"
v-model="url"
/>
</li>
@@ -197,6 +198,7 @@
id="path"
name="path"
v-model="path"
spellcheck="false"
@input="pathInputHandler"
/>
</li>
@@ -207,6 +209,7 @@
name="label"
type="text"
v-model="label"
spellcheck="false"
:placeholder="$t('optional')"
/>
</li>