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
When the toolbar component is used within the DynamicPageTitle and the numberOfAlwaysVisibleItems property is set to 2, all buttons are moved to the overflow popover when the page width is less than 1680px.
only "actions" (preferably buttons) should be passed to the actions prop. If you want to customize the internal Toolbar, you can use the actionsToolbarProps prop. Here you can find an example applying numberOfAlwaysVisibleItems: https://stackblitz.com/edit/github-t5j5mn-kurjmr?file=src%2FApp.tsx
Hi @Lukas742
If put a component into "actions" dynamicPageTile, the actionsToolbarProps is not working, and the the gap is missing between buttons(this defect is mentioned in #5873)
Describe the bug
When the toolbar component is used within the DynamicPageTitle and the numberOfAlwaysVisibleItems property is set to 2, all buttons are moved to the overflow popover when the page width is less than 1680px.
Isolated Example
https://stackblitz.com/edit/github-t5j5mn-o5nlfq?file=src%2FApp.tsx
Reproduction steps
Expected Behaviour
The expected behavior is that there should always be 2 visible buttons.
Screenshots or Videos
UI5 Web Components for React Version
1.28.4
UI5 Web Components Version
1.24.0
Browser
Chrome, Edge, Firefox, Safari
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: