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.
@@ -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 {