SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.3.0
· 1y+
Migration guide: https://superforms.rocks/migration-v2 More detailed list of what's new: https://superforms.rocks/whats-new-v2
Fixed
- Depending on the JSON Schema, dates were sometimes set to
undefinedwhen posting invalid data.
Added
onSubmit.jsonData, to override what's being submitted, when dataType is set to'json'and validation succeeds for$form.onSubmit.validators, to temporarily override validators for the current submission.