@betterstart/cli 0.1.57 → 0.1.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -2709,7 +2709,7 @@ ${formComponentDecl}() {
2709
2709
 
2710
2710
  const form = useForm<FormValues>({
2711
2711
  resolver: zodResolver(formSchema),
2712
- mode: 'onTouched',
2712
+ mode: 'onSubmit',
2713
2713
  defaultValues: {
2714
2714
  ${p7.defaults}
2715
2715
  },