v2.3.0
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
undefined
when 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.