SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.10.5
· 1y+
Migration guide: https://superforms.rocks/migration-v2 More detailed list of what's new: https://superforms.rocks/whats-new-v2
Added
fileProxy,filesProxy,fileFieldProxyandfilesFieldProxy, soFileobjects can be used withbind:fileson the input field. See file uploads for examples.- Exported
FormPathLeavesWithErrors, for thesetErrorfunction.
Fixed
- Support for
instanceandspecialvalidators for Valibot, which now enables File validation for Valibot! taintedMessagedidn't always work when navigating with the History API.tainteddidn't untaint automatically when using arrays.- Client-side validation triggered for incorrect fields when starting with the same name.