SvelteKit SuperForms (javascript)

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

Added

  • Added arrayProxy, for proxying arrays and their errors in the form data. Example available on Stackblitz.
  • Added FormPathArrays type, enumerating all arrays in an object as string accessors. Used to access arrayProxy in a type-safe manner.
  • formFieldProxy now has a taint option, in case a modification should not taint the form.