Skip to content

Commit

Permalink
fix: search autocomplete off
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Sep 6, 2020
1 parent 9f1ba0a commit 48d9387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/common/nav-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 }')
Expand Down

0 comments on commit 48d9387

Please sign in to comment.