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