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.
@@ -5455,9 +5455,12 @@
5455
5455
  }
5456
5456
  else if (code === 13) {
5457
5457
  e.preventDefault();
5458
- if (!this.inp.addNew && $__namespace(this.inputBase.nativeElement).is(':focus')) {
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);