ps-toolkit-ui 1.18.97 → 1.18.99
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/select/form.select.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
|
@@ -6086,7 +6086,7 @@
|
|
|
6086
6086
|
}
|
|
6087
6087
|
else {
|
|
6088
6088
|
if (v != null) {
|
|
6089
|
-
_this.setValue(v.map(String));
|
|
6089
|
+
setTimeout(function () { _this.setValue(v.map(String)); }, 100);
|
|
6090
6090
|
}
|
|
6091
6091
|
}
|
|
6092
6092
|
};
|
|
@@ -6320,7 +6320,6 @@
|
|
|
6320
6320
|
if (v !== null) {
|
|
6321
6321
|
this.inp.rel.url = this.inp.relUrl.replace('{}', this.inp.value);
|
|
6322
6322
|
if (this.inp.rel.type !== exports.InputType.SelectAutoComplete) {
|
|
6323
|
-
console.log(this, this.inp.rel);
|
|
6324
6323
|
this.inp.rel.load();
|
|
6325
6324
|
}
|
|
6326
6325
|
else {
|