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