Skip to content

Commit

Permalink
removed auto complete on the amount field
Browse files Browse the repository at this point in the history
  • Loading branch information
troyblank committed Sep 24, 2020
1 parent 15b85da commit b28029f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/createForm/createForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default function CreateFormComponent({ createStore, logStore, dispatch })
<label htmlFor={'amount'}>Amount</label>
<div>
<input
autoComplete={'off'}
type={'number'}
id={'amount'}
required={true}
Expand Down

0 comments on commit b28029f

Please sign in to comment.