SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.2.1
· 1y+
Migration guide: https://superforms.rocks/migration-v2 More detailed list of what's new: https://superforms.rocks/whats-new-v2
Fixed
- Added
focusOnErroroption toSuperForm.validateFormtype (it was only in the implementation). - Enums could not be detected as an invalid value if the posted value was an empty string, instead it defaulted to the enum first value.
$postedwas reset by mistake tofalseafter posting, whenresetFormoption was true.