diff --git a/client/components/common/nav-header.vue b/client/components/common/nav-header.vue index b5b801a6..87c846ce 100644 --- a/client/components/common/nav-header.vue +++ b/client/components/common/nav-header.vue @@ -15,6 +15,7 @@ prepend-inner-icon='mdi-magnify' :loading='searchIsLoading' @keyup.enter='searchEnter' + autocomplete='off' ) v-layout(row) v-flex(xs5, md4) @@ -67,6 +68,7 @@ @blur='searchBlur' @keyup.down='searchMove(`down`)' @keyup.up='searchMove(`up`)' + autocomplete='off' ) v-tooltip(bottom) template(v-slot:activator='{ on }') diff --git a/client/components/profile/profile.vue b/client/components/profile/profile.vue index dd77bd49..8d86e58d 100644 --- a/client/components/profile/profile.vue +++ b/client/components/profile/profile.vue @@ -190,6 +190,7 @@ :label='$t(`profile:auth.newPassword`)' type='password' prepend-inner-icon='mdi-textbox-password' + autocomplete='off' counter='255' loading ) @@ -201,6 +202,7 @@ :label='$t(`profile:auth.verifyPassword`)' type='password' prepend-inner-icon='mdi-textbox-password' + autocomplete='off' hide-details ) v-card-chin