ps-toolkit-ui 0.0.14 → 0.0.15
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 +4 -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/plaque/select/form.plaque.select.component.js +5 -1
- package/fesm2015/ps-toolkit-ui.js +4 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -4078,9 +4078,13 @@
|
|
|
4078
4078
|
if (isEdit === void 0) { isEdit = false; }
|
|
4079
4079
|
this.inp.error = null;
|
|
4080
4080
|
var va = this.getValue(v);
|
|
4081
|
+
console.log(va, 'va');
|
|
4081
4082
|
this.inp.value = v;
|
|
4082
4083
|
this.inp.hover = va ? va.index : -1;
|
|
4083
4084
|
this.inp.search = va ? va.search : '';
|
|
4085
|
+
console.log(this.inp.value, 'this.inp.value');
|
|
4086
|
+
console.log(this.inp.hover, 'this.inp.hover');
|
|
4087
|
+
console.log(this.inp.search, 'this.inp.search');
|
|
4084
4088
|
this.cSearch = this.inp.search;
|
|
4085
4089
|
if (this.inp.onChange) {
|
|
4086
4090
|
this.inp.onChange(this.inp);
|