@klippa/ngx-enhancy-forms 14.11.1 → 14.11.3
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 -3
- package/fesm2015/klippa-ngx-enhancy-forms.mjs +1 -2
- package/fesm2015/klippa-ngx-enhancy-forms.mjs.map +1 -1
- package/fesm2020/klippa-ngx-enhancy-forms.mjs +1 -2
- package/fesm2020/klippa-ngx-enhancy-forms.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1046,13 +1046,12 @@ class SelectComponent extends ValueAccessorBase {
|
|
|
1046
1046
|
else {
|
|
1047
1047
|
this.dropdownPanelOffsetX = -extraNeededSpace;
|
|
1048
1048
|
}
|
|
1049
|
-
this.setPanelOffsets();
|
|
1050
1049
|
}
|
|
1051
1050
|
else if (extraNeededSpace > spaceRightOfElRef) {
|
|
1052
1051
|
this.dropdownPanelOffsetX = -extraNeededSpace + spaceRightOfElRef - 20;
|
|
1053
1052
|
}
|
|
1053
|
+
this.setPanelOffsets();
|
|
1054
1054
|
}
|
|
1055
|
-
this.elRef.nativeElement.querySelector('ng-select').style.overflow = 'initial';
|
|
1056
1055
|
}
|
|
1057
1056
|
}
|
|
1058
1057
|
getAllLimitingContainers() {
|