@klippa/ngx-enhancy-forms 14.11.7 → 14.12.0

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.
@@ -945,6 +945,9 @@ class SelectComponent extends ValueAccessorBase {
945
945
  this.focus = () => {
946
946
  this.ngSelect.focus();
947
947
  };
948
+ this.open = () => {
949
+ this.ngSelect.open();
950
+ };
948
951
  this.close = () => {
949
952
  this.ngSelect.close();
950
953
  };