jjv icon indicating copy to clipboard operation
jjv copied to clipboard

Validation for fields with null values failing even they are not listed as required.

Open lucas-martinez opened this issue 8 years ago • 0 comments

Suggestion: in line 358 replace if (!env.fieldTypeschema.type) with if (prop !== null && typeof(prop) !== "undefined" && !env.fieldTypeschema.type)

lucas-martinez avatar Jul 19 '17 15:07 lucas-martinez