@klippa/ngx-enhancy-forms 14.7.4 → 14.7.5

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.
@@ -793,7 +793,7 @@ class SelectComponent extends ValueAccessorBase {
793
793
  this.dropdownPositionToUse = 'bottom';
794
794
  this.keyListener = (e) => {
795
795
  if (e.key === 'Enter') {
796
- this.onEnterKey.emit();
796
+ this.onEnterKey.emit(e.target.value);
797
797
  }
798
798
  };
799
799
  this.focus = () => {