Skip to content

v1.5.0

Compare
Choose a tag to compare
@ciscoheat ciscoheat released this 23 Jul 08:56
· 969 commits to main since this release

Fixed

  • 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.