diff --git a/components/common/AmountInput.vue b/components/common/AmountInput.vue index 54bdce24..ea1b1814 100644 --- a/components/common/AmountInput.vue +++ b/components/common/AmountInput.vue @@ -32,7 +32,7 @@ type="text" maxlength="20" spellcheck="false" - autocomplete="false" + autocomplete="off" :style="{ width: `${inputWidth}px` }" @keyup.enter="emit('enter')" />