ps-toolkit-ui 1.10.83 → 1.10.85
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 +4 -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 +5 -2
- package/fesm2015/ps-toolkit-ui.js +4 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -5455,9 +5455,12 @@
|
|
|
5455
5455
|
}
|
|
5456
5456
|
else if (code === 13) {
|
|
5457
5457
|
e.preventDefault();
|
|
5458
|
-
if (
|
|
5458
|
+
if ($__namespace(this.inputBase.nativeElement).is(':focus')) {
|
|
5459
5459
|
var h = this.getSelectedHover();
|
|
5460
5460
|
if (!h) {
|
|
5461
|
+
if (this.inp.addNew) {
|
|
5462
|
+
this.cI('Tab');
|
|
5463
|
+
}
|
|
5461
5464
|
return;
|
|
5462
5465
|
}
|
|
5463
5466
|
this.selectOption(h);
|