Skip to content

Commit

Permalink
fix: disable autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Jun 27, 2023
1 parent 110bda1 commit 137994d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/AmountInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
type="text"
maxlength="20"
spellcheck="false"
autocomplete="false"
autocomplete="off"
:style="{ width: `${inputWidth}px` }"
@keyup.enter="emit('enter')"
/>
Expand Down

0 comments on commit 137994d

Please sign in to comment.