calidation
Advanced tools
Comparing version 1.16.0 to 1.16.1
@@ -200,3 +200,4 @@ (function (global, factory) { | ||
onSubmit: this.onSubmit, | ||
onReset: this.onReset | ||
onReset: this.onReset, | ||
novalidate: true | ||
}), | ||
@@ -322,4 +323,3 @@ _react2.default.createElement( | ||
_this2.setStateInternal({ | ||
errors: _extends({}, _this2.state.errors, diff), | ||
submitted: false | ||
errors: _extends({}, _this2.state.errors, diff) | ||
}); | ||
@@ -342,4 +342,3 @@ }; | ||
errors: _this2.validate(config, allFields, areDirty), | ||
fields: allFields, | ||
submitted: false | ||
fields: allFields | ||
}); | ||
@@ -346,0 +345,0 @@ }; |
{ | ||
"name": "calidation", | ||
"version": "1.16.0", | ||
"version": "1.16.1", | ||
"description": "A red hot validation library for React", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
56557
939