Skip to content

Commit

Permalink
Disable browser auto complete dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Nov 22, 2024
1 parent fe1092a commit 96f2e13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default function TokenAmountFormBase({
withMaxButton={withMaxButton}
defaultAmount={defaultAmount}
autoFocus
autoComplete="off"
/>
{children}
</Form>
Expand Down

0 comments on commit 96f2e13

Please sign in to comment.