@thecb/components 6.1.0-beta.5 → 6.1.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/util/general.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -6108,7 +6108,7 @@ var generateClickHandler = function generateClickHandler(form, handleErrors, sub
|
|
|
6108
6108
|
console.log("reset errors", resetErrors); // if provided, will reset error state tracker
|
|
6109
6109
|
// allows hooks that depend on error state to re-run
|
|
6110
6110
|
|
|
6111
|
-
resetErrors();
|
|
6111
|
+
resetErrors(false);
|
|
6112
6112
|
}
|
|
6113
6113
|
|
|
6114
6114
|
var formHasError = Object.values(form.fields).reduce(function (acc, curr) {
|