Skip to content

Commit

Permalink
fix(GoalCriteria): off autocomplete for weight input
Browse files Browse the repository at this point in the history
  • Loading branch information
LamaEats committed Jul 7, 2023
1 parent da8a4e6 commit fccdc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CriteriaForm/CriteriaForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ const WeightField = forwardRef<HTMLInputElement, WeightFieldProps>(

return (
<StyledFormInput
autoComplete="off"
name={name}
value={value}
error={error?.message != null ? error : undefined}
Expand Down

0 comments on commit fccdc10

Please sign in to comment.