Comparing version 0.0.2 to 0.0.3
@@ -163,3 +163,3 @@ 'use strict'; | ||
var nextValues = Object.assign({}, defaultValues, values); | ||
Object.keys(nextValues).forEach(function (key) { | ||
Object.keys(model.schema).forEach(function (key) { | ||
var checkResult = model.checkForField(key, nextValues[key]); | ||
@@ -166,0 +166,0 @@ |
{ | ||
"name": "form-lib", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Form component for React", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26521