SvelteKit SuperForms (javascript)

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

[0.8.5] - 2023-05-04

Fixed

  • capture and restore are now hoisted functions.
  • Fixed timing issues with radio buttons and validation with side-effects.
  • Using standard array access to fix problems with iOS and iPadOS <= 15.3
  • Fixed client validation problems with multi-select fields.
  • Client validation now runs properly when $form is modified directly by assignment.