ps-toolkit-ui 1.19.99 → 1.20.0
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 +3 -1
- 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/slide/form.slide.component.js +4 -2
- package/fesm2015/ps-toolkit-ui.js +3 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -8908,7 +8908,9 @@
|
|
|
8908
8908
|
}
|
|
8909
8909
|
_this.onChange(isEdit);
|
|
8910
8910
|
};
|
|
8911
|
-
|
|
8911
|
+
if (this.inp.default != null) {
|
|
8912
|
+
this.inp.setValue(this.inp.default, false);
|
|
8913
|
+
}
|
|
8912
8914
|
this.inp.isValid = function () {
|
|
8913
8915
|
_this.inp.error = null;
|
|
8914
8916
|
if (_this.inp.required && _this.inp.value === null) {
|