@klippa/ngx-enhancy-forms 14.11.5 → 14.11.6

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.
@@ -966,6 +966,9 @@ class SelectComponent extends ValueAccessorBase {
966
966
  if (isValueSet(changes.options)) {
967
967
  this.lastItemIndexReached = -1;
968
968
  this.setWidthBasedOnOptionsWidths();
969
+ if (!this.truncateOptions) {
970
+ this.setFixedDropdownPanelPosition();
971
+ }
969
972
  }
970
973
  this.dropdownPositionToUse = this.dropdownPosition;
971
974
  }