You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A boolean schema field didn't accept a boolean false value when posted, it was coerced as true.
A SuperDebug truncated string showed only the whole string length, not the truncated.
Added
Added customValidity option to superForm, which will use the browser's validation message reporting for validation errors. More information and an example here.
Added emptyIfZero option to numberProxy and intProxy.