ps-toolkit-ui 1.10.84 → 1.10.86
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 -2
- 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 +4 -3
- package/fesm2015/ps-toolkit-ui.js +3 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/styles/base.css +3 -3
|
@@ -5456,10 +5456,11 @@
|
|
|
5456
5456
|
else if (code === 13) {
|
|
5457
5457
|
e.preventDefault();
|
|
5458
5458
|
if ($__namespace(this.inputBase.nativeElement).is(':focus')) {
|
|
5459
|
-
console.log($__namespace(this.inputBase.nativeElement).is(':focus'));
|
|
5460
5459
|
var h = this.getSelectedHover();
|
|
5461
|
-
console.log(h);
|
|
5462
5460
|
if (!h) {
|
|
5461
|
+
if (this.inp.addNew) {
|
|
5462
|
+
this.cI('Tab');
|
|
5463
|
+
}
|
|
5463
5464
|
return;
|
|
5464
5465
|
}
|
|
5465
5466
|
this.selectOption(h);
|