@klippa/ngx-enhancy-forms 14.11.4 → 14.11.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.
- package/esm2020/lib/elements/select/select.component.mjs +2 -2
- package/fesm2015/klippa-ngx-enhancy-forms.mjs +1 -1
- package/fesm2015/klippa-ngx-enhancy-forms.mjs.map +1 -1
- package/fesm2020/klippa-ngx-enhancy-forms.mjs +1 -1
- package/fesm2020/klippa-ngx-enhancy-forms.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1082,7 +1082,7 @@ class SelectComponent extends ValueAccessorBase {
|
|
|
1082
1082
|
}
|
|
1083
1083
|
determineDropdownPosition() {
|
|
1084
1084
|
const bottomSpace = window.innerHeight - this.elRef.nativeElement.getBoundingClientRect().top;
|
|
1085
|
-
if (bottomSpace >=
|
|
1085
|
+
if (bottomSpace >= 330) {
|
|
1086
1086
|
this.dropdownPositionToUse = 'bottom';
|
|
1087
1087
|
}
|
|
1088
1088
|
else {
|