@harbor-design/proform 1.2.20 → 1.2.21

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -227,7 +227,7 @@ class be {
227
227
  var e;
228
228
  (e = this.runtimeCore) != null && e.model.value && (this.runtimeCore.model.value = g(
229
229
  this.runtimeCore.processor.stableModel
230
- ), this.readonlyReactiveModel.value = se(this.runtimeCore.model.value));
230
+ ), this.readonlyReactiveModel.value = se(this.runtimeCore.model.value), this.runtimeCore.runtimeAdapter.clearValidate(this.runtimeCore));
231
231
  }
232
232
  }
233
233
  class L {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harbor-design/proform",
3
- "version": "1.2.20",
3
+ "version": "1.2.21",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",