fix: disable browser autocomplete on search form
This commit is contained in:
parent
05e8a71cef
commit
e48b816f60
@ -15,6 +15,7 @@
|
|||||||
prepend-inner-icon='mdi-magnify'
|
prepend-inner-icon='mdi-magnify'
|
||||||
:loading='searchIsLoading'
|
:loading='searchIsLoading'
|
||||||
@keyup.enter='searchEnter'
|
@keyup.enter='searchEnter'
|
||||||
|
autocomplete='off'
|
||||||
)
|
)
|
||||||
v-layout(row)
|
v-layout(row)
|
||||||
v-flex(xs5, md4)
|
v-flex(xs5, md4)
|
||||||
@ -67,6 +68,7 @@
|
|||||||
@blur='searchBlur'
|
@blur='searchBlur'
|
||||||
@keyup.down='searchMove(`down`)'
|
@keyup.down='searchMove(`down`)'
|
||||||
@keyup.up='searchMove(`up`)'
|
@keyup.up='searchMove(`up`)'
|
||||||
|
autocomplete='off'
|
||||||
)
|
)
|
||||||
v-tooltip(bottom)
|
v-tooltip(bottom)
|
||||||
template(v-slot:activator='{ on }')
|
template(v-slot:activator='{ on }')
|
||||||
|
@ -190,6 +190,7 @@
|
|||||||
:label='$t(`profile:auth.newPassword`)'
|
:label='$t(`profile:auth.newPassword`)'
|
||||||
type='password'
|
type='password'
|
||||||
prepend-inner-icon='mdi-textbox-password'
|
prepend-inner-icon='mdi-textbox-password'
|
||||||
|
autocomplete='off'
|
||||||
counter='255'
|
counter='255'
|
||||||
loading
|
loading
|
||||||
)
|
)
|
||||||
@ -201,6 +202,7 @@
|
|||||||
:label='$t(`profile:auth.verifyPassword`)'
|
:label='$t(`profile:auth.verifyPassword`)'
|
||||||
type='password'
|
type='password'
|
||||||
prepend-inner-icon='mdi-textbox-password'
|
prepend-inner-icon='mdi-textbox-password'
|
||||||
|
autocomplete='off'
|
||||||
hide-details
|
hide-details
|
||||||
)
|
)
|
||||||
v-card-chin
|
v-card-chin
|
||||||
|
Loading…
Reference in New Issue
Block a user