astro-reactive-form/.changeset/sour-bobcats-peel.md
2023-03-25 10:13:29 +01:00

391 B

@astro-reactive/form @astro-reactive/demo
minor patch
  1. Change the default of validateOnLoad property to true, making server-side rendering validation the default behavior for the Form component.
  2. Update the demo index.astro page by removing the validateOnLoad property/directive on the example which should still result to server-side rendered validation results.