@limetech/lime-elements 37.1.0-next.26 → 37.1.0-next.27
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/cjs/limel-form.cjs.entry.js +3 -3
- package/dist/cjs/limel-form.cjs.entry.js.map +1 -1
- package/dist/collection/components/form/form.js +3 -4
- package/dist/collection/components/form/form.js.map +1 -1
- package/dist/esm/limel-form.entry.js +3 -3
- package/dist/esm/limel-form.entry.js.map +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-c1a681db.entry.js → p-f5b90af9.entry.js} +2 -2
- package/dist/lime-elements/{p-c1a681db.entry.js.map → p-f5b90af9.entry.js.map} +1 -1
- package/package.json +1 -1
|
@@ -35689,9 +35689,9 @@ const Form = class {
|
|
|
35689
35689
|
this.validateForm(this.value);
|
|
35690
35690
|
}
|
|
35691
35691
|
disconnectedCallback() {
|
|
35692
|
-
|
|
35693
|
-
|
|
35694
|
-
|
|
35692
|
+
if (this.root) {
|
|
35693
|
+
this.root.unmount();
|
|
35694
|
+
this.root = undefined;
|
|
35695
35695
|
}
|
|
35696
35696
|
}
|
|
35697
35697
|
render() {
|