ps-toolkit-ui 1.20.77 → 1.20.78
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 +1 -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/select/form.select.component.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -6360,7 +6360,7 @@
|
|
|
6360
6360
|
if (this.inp.onChange) {
|
|
6361
6361
|
this.inp.onChange(this.inp, isEdit);
|
|
6362
6362
|
}
|
|
6363
|
-
if (!isEdit && !this.inp.multiple && this.inp.type
|
|
6363
|
+
if (!isEdit && !this.inp.multiple && this.inp.type !== exports.InputType.SelectSearchRadio) {
|
|
6364
6364
|
this.cI('Tab');
|
|
6365
6365
|
}
|
|
6366
6366
|
};
|