Describe the bug
I am trying to nest BarDropdown according to the example at https://blazorise.com/docs/components/bar/#nested-dropdowns
When clicking "Nested toggler" the entire dropdown collapses.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expected behavior is for the nested submenuitem "Nested item" to be displayed.
It seems this is a bug.
@MitchellNZ Can you please check into this?
@stsrki sure!
@danielheddelin could you please provide a little bit more information
@MitchellNZ absolutely!
I am using the bar defined here: https://blazorise.com/docs/components/bar/ which is a Horizontal bar.
The version used is 0.9.2.2
The provider is Material
The tree is:
<Bar Breakpoint="Breakpoint.Desktop"
Background="Background.Light"
ThemeContrast="ThemeContrast.Light">
<BarMenu>
<BarEnd>
<AuthorizeView>
<Authorized Context="Auth">
<BarItem>
<BarDropdown>
<BarDropdownToggle>Title</BarDropdownToggle>
<BarDropdownMenu>
<BarDropdown>
<BarDropdownToggle>NestedTitle</BarDropdownToggle>
<BarDropdownMenu>
<BarDropdownItem..../>
<BarDropdownItem..../>
<BarDropdownItem..../>
@danielheddelin thanks for reporting.
I will get this fixed for 0.9.3 (possibly a 0.9.2.x patch if the changes aren't too large).
It looks like I have overlooked nested Dropdowns for Horizontal bar! 馃槄 Sorry about that.
Fantastic. Thank you!
Most helpful comment
@danielheddelin thanks for reporting.
I will get this fixed for 0.9.3 (possibly a 0.9.2.x patch if the changes aren't too large).
It looks like I have overlooked nested Dropdowns for Horizontal bar! 馃槄 Sorry about that.