ps-toolkit-ui 1.21.69 → 1.21.73
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/radio/form.radio.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
|
@@ -6009,7 +6009,9 @@
|
|
|
6009
6009
|
}
|
|
6010
6010
|
_this.onChange(isEdit);
|
|
6011
6011
|
};
|
|
6012
|
-
|
|
6012
|
+
if (this.inp.default != null) {
|
|
6013
|
+
this.inp.setValue(this.inp.default, true);
|
|
6014
|
+
}
|
|
6013
6015
|
this.inp.isValid = function () {
|
|
6014
6016
|
_this.inp.error = null;
|
|
6015
6017
|
if (_this.inp.required && _this.inp.value === null) {
|