Disable spell check on input fields
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user