forked from Mirrors/elk
fix(user): disable spell check in domain input
This commit is contained in:
parent
4bc72905de
commit
a347515781
1 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,10 @@ onMounted(async () => {
|
|||
ref="input"
|
||||
v-model="server"
|
||||
outline-none bg-transparent w-full max-w-50
|
||||
spellcheck="false"
|
||||
autocorrect="off"
|
||||
autocomplete="off"
|
||||
autocapitalize="none"
|
||||
@input="handleInput"
|
||||
@keydown.down="move(1)"
|
||||
@keydown.up="move(-1)"
|
||||
|
|
Loading…
Reference in a new issue