Drawer Footer should preserve its divider when the drawer collapses #484
Labels
brightlayer-ui
Used to identify Brightlayer UI platform issues for easy filtering
bug
Something not working as expected
drawer
Affects Drawer Component
Milestone
Describe the bug
This is an issue affecting the
<blui-drawer>
. When the<blui-drawer>
is collapsed, the divider in the<blui-drawer-footer>
disappears.What is the expected behavior?
When the drawer is collapsed, the divider (if enabled) should still be visible.
What are the steps to reproduce?
hideContentOnCollapse
anddivider
option is enabled.Additional Information
You can locally test out this component in our documentation playground:
yarn && yarn start
The text was updated successfully, but these errors were encountered: