SvelteKit SuperForms (javascript)

ciscoheat/sveltekit-superforms last check 86 releases
Notes
no notes yet
Release notes
v1.7.0 · 1y+
view on github

Fixed

  • Type error with formFieldProxy when using a strongly typed status message. (#260)
  • Nested Superforms validators didn't work when a field was missing compared to the schema. (#266)

Added

  • Added preprocessed option to superValidate, for handling the processing/coercion of posted form fields manually.