ps-toolkit-ui 1.5.12 → 1.5.13

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.
@@ -6721,9 +6721,11 @@
6721
6721
  this.onFocusIn();
6722
6722
  };
6723
6723
  FormCarSearchComponent.prototype.onFocusIn = function () {
6724
+ var _this = this;
6724
6725
  if (this.type === 'Car' || this.type === 'Motor' || this.type === 'CarF') {
6725
6726
  setTimeout(function () {
6726
- $('#Part1Input .control').focus();
6727
+ $('#' + _this.inp.name + 'Input' + ' .plaque-inp').click();
6728
+ $('#' + _this.inp.name + 'Input' + ' #Part1Input .control').focus();
6727
6729
  }, 100);
6728
6730
  }
6729
6731
  else if (this.type === 'Driver') {