diff --git a/apps/web-remix/app/components/form/fields/text.field.tsx b/apps/web-remix/app/components/form/fields/text.field.tsx index 7e31dfb5..4107ce3d 100644 --- a/apps/web-remix/app/components/form/fields/text.field.tsx +++ b/apps/web-remix/app/components/form/fields/text.field.tsx @@ -22,7 +22,7 @@ export const TextInputField = ({ validationBehavior: { whenSubmitted: 'onSubmit', whenTouched: 'onSubmit', - initial: 'onSubmit', + initial: 'onChange', ...validationBehavior, }, });