ps-toolkit-ui 1.7.15 → 1.7.16
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 -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/textbox/form.textbox.component.js +4 -1
- package/fesm2015/ps-toolkit-ui.js +3 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -5862,6 +5862,9 @@
|
|
|
5862
5862
|
this.inp.setValue = function (v) {
|
|
5863
5863
|
_this.inp.value = v != null ? v.toString() : '';
|
|
5864
5864
|
_this.cValue = _this.inp.value;
|
|
5865
|
+
console.log(_this.inp.name);
|
|
5866
|
+
console.log(_this.cValue);
|
|
5867
|
+
console.log(_this.inp.value);
|
|
5865
5868
|
};
|
|
5866
5869
|
this.inp.focus = function (changeIndex) {
|
|
5867
5870
|
if (changeIndex === void 0) { changeIndex = false; }
|