-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support height for the Select's popover #4503
Labels
Comments
Dear Colleagues, I guess UX should be involved here. Furthermore, some input of the Popover's team should be provided if it is possible to assign custom height / max-height to the Popover. Regards, |
Internal reference: BGSOFUIPIRIN-6484 |
1 task
plamenivanov91
added a commit
to plamenivanov91/ui5-webcomponents
that referenced
this issue
Jun 4, 2024
The new property takes integer (the pixels) and restricts the maximum height of the Select's popover. Also maxHeight property is introduced in the Popover so the above mentioned requirement is possible and calculated correctly. Implements: SAP#4503
plamenivanov91
added a commit
that referenced
this issue
Jun 6, 2024
Introduced `popover` `csspart` to the Select. Now we can alter the popover styles (its max-height for example) with the following CSS: ``` #selectPopoverMaxHeight[ui5-select]::part(popover) { max-height: 120px; } ``` Implements: #4503
You can now alter the popover max-height by using the newly introduced part as shown here Regards, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request Description
Currently when using select the Popover with options takes up the whole height and it is not really usable for some situation on the screen.
![Screen Shot 2021-12-17 at 9 56 01 PM](https://user-images.githubusercontent.com/17149942/146606970-9731b7f9-42fc-4501-bd55-0c0f1d612ee7.png)
vsProposed Solution
Please provide a solution similar to
https://fundamental-ngx.netlify.app/#/core/select#max-height
Proposed Alternatives
A clear and concise description of any alternative solutions or features you've considered. Since we are thinking to re-do some of the screen in current procurement solution we need to have this option.
Priority
A clear and concise description of the impact/urgency of the required feature.
Stakeholder Info (if applicable)
The text was updated successfully, but these errors were encountered: