You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this PR we introduce a new placement property to the ui5-menu.
This property allows developers to specify the menu's position relative to its trigger element, providing more control over the menu's placement in the UI.
The possible values for this property are Start, End, Top and Bottom, where Bottom is the default.
Example
To make the ui5-menu to open from the top add the following:
<ui5-menu placement="Top">
....
</ui5-menu>
image
0 commit comments