ps-toolkit-ui 1.6.41 → 1.6.44

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.
@@ -1234,12 +1234,6 @@
1234
1234
  window[fn] = function (s) {
1235
1235
  if (inp.type === exports.InputType.SelectAutoComplete) {
1236
1236
  inp.setSearch(s);
1237
- inp.load(inp.url.replace('{}', s), function () {
1238
- setTimeout(function () {
1239
- console.log('#' + inp.name + 'Input .control');
1240
- $__namespace('#' + inp.name + 'Input .control').click();
1241
- }, 1000);
1242
- });
1243
1237
  }
1244
1238
  else {
1245
1239
  inp.setValue(s, false);
@@ -6676,7 +6670,8 @@
6676
6670
  _this.inp.onChange(_this.carF.data());
6677
6671
  }
6678
6672
  };
6679
- this.driver.onChange = function () {
6673
+ this.driver.onChange = function (e) {
6674
+ console.log(e);
6680
6675
  _this.changeIndex.emit('Tab');
6681
6676
  if (_this.inp.onChange) {
6682
6677
  _this.inp.onChange(_this.driver.data());