rc-field-form
Advanced tools
Comparing version 0.0.0-alpha.3 to 0.0.0-alpha.4
@@ -205,3 +205,3 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); } | ||
return isAllFieldsTouched ? _this.getFieldEntities().every(testTouched) : _this.getFieldEntities().some(testTouched); | ||
return isAllFieldsTouched ? _this.getFieldEntities(true).every(testTouched) : _this.getFieldEntities(true).some(testTouched); | ||
}; | ||
@@ -208,0 +208,0 @@ |
@@ -224,3 +224,3 @@ "use strict"; | ||
return isAllFieldsTouched ? _this.getFieldEntities().every(testTouched) : _this.getFieldEntities().some(testTouched); | ||
return isAllFieldsTouched ? _this.getFieldEntities(true).every(testTouched) : _this.getFieldEntities(true).some(testTouched); | ||
}; | ||
@@ -227,0 +227,0 @@ |
{ | ||
"name": "rc-field-form", | ||
"version": "0.0.0-alpha.3", | ||
"version": "0.0.0-alpha.4", | ||
"description": "React Form Component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
196446