SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v1.5.0
· 1y+
Fixed
- A boolean schema field didn't accept a boolean
falsevalue when posted, it was coerced astrue. - A SuperDebug truncated string showed only the whole string length, not the truncated.
Added
- Added
customValidityoption tosuperForm, which will use the browser's validation message reporting for validation errors. More information and an example here. - Added
emptyIfZerooption tonumberProxyandintProxy.