ps-toolkit-ui 1.13.2 → 1.13.3
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/bundles/ps-toolkit-ui.umd.js +1 -0
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/toggle/form.toggle.component.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -8134,6 +8134,7 @@
|
|
|
8134
8134
|
this.inp.data = function () {
|
|
8135
8135
|
return _this.inp.value;
|
|
8136
8136
|
};
|
|
8137
|
+
this.inp.setValue(this.inp.value, false);
|
|
8137
8138
|
};
|
|
8138
8139
|
FormToggleComponent.prototype.onChange = function () {
|
|
8139
8140
|
this.inp.value = this.inputBase.nativeElement.checked;
|