Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
breeg554 committed Dec 2, 2024
1 parent c5534e8 commit d71ffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web-remix/app/components/form/fields/text.field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const TextInputField = ({
validationBehavior: {
whenSubmitted: 'onSubmit',
whenTouched: 'onSubmit',
initial: 'onSubmit',
initial: 'onChange',
...validationBehavior,
},
});
Expand Down

0 comments on commit d71ffa3

Please sign in to comment.