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.
- package/bundles/ps-toolkit-ui.umd.js +3 -1
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/car/search/form.car.search.component.js +3 -2
- package/fesm2015/ps-toolkit-ui.js +2 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
$('#
|
|
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') {
|