ps-toolkit-ui 1.16.35 → 1.16.36
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 -3
- 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/select/form.select.component.js +4 -4
- package/fesm2015/ps-toolkit-ui.js +3 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -6202,9 +6202,6 @@
|
|
|
6202
6202
|
}
|
|
6203
6203
|
this.setOptions();
|
|
6204
6204
|
this.cSearch = this.inp.search;
|
|
6205
|
-
if (this.inp.onChange) {
|
|
6206
|
-
this.inp.onChange(this.inp, isEdit);
|
|
6207
|
-
}
|
|
6208
6205
|
if (this.inp.rel) {
|
|
6209
6206
|
this.inp.rel.value = null;
|
|
6210
6207
|
this.inp.rel.search = '';
|
|
@@ -6224,6 +6221,9 @@
|
|
|
6224
6221
|
}
|
|
6225
6222
|
}
|
|
6226
6223
|
}
|
|
6224
|
+
if (this.inp.onChange) {
|
|
6225
|
+
this.inp.onChange(this.inp, isEdit);
|
|
6226
|
+
}
|
|
6227
6227
|
if (!isEdit && !this.inp.multiple) {
|
|
6228
6228
|
this.cI('Tab');
|
|
6229
6229
|
}
|