ps-toolkit-ui 1.6.35 → 1.6.38

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,6 +1234,12 @@
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
+ $__namespace('#' + inp.name + 'Input .control').click();
1240
+ inp.focus();
1241
+ }, 100);
1242
+ });
1237
1243
  }
1238
1244
  else {
1239
1245
  inp.setValue(s, false);