ps-toolkit-ui 0.0.15 → 0.0.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 +1 -5
- 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 +1 -5
- package/esm2015/lib/components/form/select/form.select.component.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -5
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -4078,13 +4078,9 @@
|
|
|
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');
|
|
4082
4081
|
this.inp.value = v;
|
|
4083
4082
|
this.inp.hover = va ? va.index : -1;
|
|
4084
4083
|
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');
|
|
4088
4084
|
this.cSearch = this.inp.search;
|
|
4089
4085
|
if (this.inp.onChange) {
|
|
4090
4086
|
this.inp.onChange(this.inp);
|
|
@@ -4779,7 +4775,7 @@
|
|
|
4779
4775
|
else {
|
|
4780
4776
|
this.inp.value = v;
|
|
4781
4777
|
this.inp.hover = va ? va.index : -1;
|
|
4782
|
-
this.inp.search = va ? va.
|
|
4778
|
+
this.inp.search = va ? va.search : '';
|
|
4783
4779
|
}
|
|
4784
4780
|
this.setOptions();
|
|
4785
4781
|
this.cSearch = this.inp.search;
|