ps-toolkit-ui 1.6.39 → 1.6.43

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,13 +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
- inp.focus();
1242
- }, 1000);
1243
- });
1244
1237
  }
1245
1238
  else {
1246
1239
  inp.setValue(s, false);