@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.esm.js CHANGED
@@ -6100,7 +6100,7 @@ var generateClickHandler = function generateClickHandler(form, handleErrors, sub
6100
6100
  console.log("reset errors", resetErrors); // if provided, will reset error state tracker
6101
6101
  // allows hooks that depend on error state to re-run
6102
6102
 
6103
- resetErrors();
6103
+ resetErrors(false);
6104
6104
  }
6105
6105
 
6106
6106
  var formHasError = Object.values(form.fields).reduce(function (acc, curr) {