Vuetify input autocomplete bug
问题 I tried to google it a couple of times but got no luck, basically, when the page loads since the password is on autosave the v-text-field doesn't understand it and renders the passaword content in front of the label, is there any workaround or fix for that? Here is a ss: https://i.stack.imgur.com/RtemT.png The login component: <template> <div> <v-card class="elevation-12"> <v-toolbar color="primary" dark flat> <v-toolbar-title>Login</v-toolbar-title> </v-toolbar> <v-card-text> <v-form> <v