v1.5.0
Fixed
- A boolean schema field didn't accept a boolean
false
value when posted, it was coerced astrue
. - A SuperDebug truncated string showed only the whole string length, not the truncated.
Added
- Added
customValidity
option tosuperForm
, which will use the browser's validation message reporting for validation errors. More information and an example here. - Added
emptyIfZero
option tonumberProxy
andintProxy
.