We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b501cf3 commit 5d6d970Copy full SHA for 5d6d970
web/public/js/components/common/inputs.js
@@ -59,5 +59,5 @@ Vue.component("digit-input", {
59
}
60
61
},
62
- template: `<input type="text" v-model="realValue" :maxlength="realMaxLength" :size="realSize" :class="{error: !this.isValid}" :placeholder="placeholder"/>`
+ template: `<input type="text" v-model="realValue" :maxlength="realMaxLength" :size="realSize" :class="{error: !this.isValid}" :placeholder="placeholder" autocomplete="off"/>`
63
})
0 commit comments