ps-toolkit-ui 1.12.70 → 1.12.72
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 -2
- 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 +2 -3
- package/fesm2015/ps-toolkit-ui.js +1 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -5407,8 +5407,7 @@
|
|
|
5407
5407
|
var _this = this;
|
|
5408
5408
|
this.inp.load();
|
|
5409
5409
|
this.inp.setValue = function (v, isEdit) {
|
|
5410
|
-
|
|
5411
|
-
_this.inp.value = v !== null ? v.toString() : _this.inp.default;
|
|
5410
|
+
_this.inp.value = v !== null ? v.toString() : _this.inp.default.toString();
|
|
5412
5411
|
if (_this.inp.value == null && _this.inp.options.length > 0) {
|
|
5413
5412
|
_this.inp.value = _this.inp.options.find(function (x) { return true; }).value;
|
|
5414
5413
|
}
|