Disappearance of FilterBar on small Screens #7254
-
From ui5-webcomponents-react/packages/main/src/components/FilterBar The default for hideToolBar is false, therefore the part Is this intended behaviour? The naming of hideToolbar is rather misleading, if so. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
please see the description of the component:
So, this is the expected behavior. Additionally, we'll better outline the |
Beta Was this translation helpful? Give feedback.
Hi @Katastrophet
please see the description of the component:
So, this is the expected behavior.
Additionally, we'll better outline the
hideToolbar
behavior with this PR, as the responsive design only applies for the standard FilterBar, not when it's used e.g. inside a Dynamic-/ObjectPageHeader component (hideToolbar={true)
).