fix: search autocomplete off
This commit is contained in:
parent
9f1ba0a32f
commit
48d93877e3
@ -15,7 +15,7 @@
|
||||
prepend-inner-icon='mdi-magnify'
|
||||
:loading='searchIsLoading'
|
||||
@keyup.enter='searchEnter'
|
||||
autocomplete='off'
|
||||
autocomplete='none'
|
||||
)
|
||||
v-layout(row)
|
||||
v-flex(xs5, md4)
|
||||
@ -68,7 +68,7 @@
|
||||
@blur='searchBlur'
|
||||
@keyup.down='searchMove(`down`)'
|
||||
@keyup.up='searchMove(`up`)'
|
||||
autocomplete='off'
|
||||
autocomplete='none'
|
||||
)
|
||||
v-tooltip(bottom)
|
||||
template(v-slot:activator='{ on }')
|
||||
|
Loading…
Reference in New Issue
Block a user