-
Notifications
You must be signed in to change notification settings - Fork 273
[Feature Request]: Menu, choose alignment of Menu tooltip #10765
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
Comments
Hello @SAP/ui5-webcomponents-topic-b, Please take a look of this feature request. Best Regards, |
Colleagues, could you check whether that's a regression and if yes, please fix it. |
Hi @ybesnehard, Would it suit your needs if we implement the alignment from the proposed solution (in the particular case - left alignment, however depending on the available space it could be right) or you also have use cases where the current centered alignment is needed? Thanks & Regards, |
Hi @DMihaylova, We have no use case for the Middle alignment. If we have left alignment and right alignment depending on the available space it would be perfect for us Many Thanks, |
This change introduces a new `horizontalAlign` property to `ui5-menu`, similar to what's available in `ui5-popover`. It allows users to control the menu's horizontal alignment. The default value is `start`, but it can also be set to `end`, `center`, or `stretch`. Usage: Setting the property to end as follows will align the menu to the end of the opener button: ```HTML <ui5-menu horizontal-align="End"> <ui5-menu-item ... </ui5-menu> ``` Fixes: #10765
This issue has been closed. To reopen, just leave a comment! |
Feature Request Description
Hello, would it be possible to add a property to set the alignment of the tooltip. Today it is centered but would be great to be able to align it to the left or the right
Actual

Proposed Solution
Proposal:
Proposed Alternatives
No response
Organization
SAP
Additional Context
For SAP Build Process Automation
Priority
Medium
Privacy Policy
The text was updated successfully, but these errors were encountered: