Radzen Menu submenu stays open even after the blazor control loaded

I am using Radzen Menu 'https://blazor.radzen.com/menu' 'Blazor Radzen menu Demo', but the submenu does not close after the item is loaded. Here is the code
<RadzenMenu>
<ChildContent>
<RadzenMenuItem Text="TeamA" Path="teamA" Icon="home">
</RadzenMenuItem>
<RadzenMenuItem Text="Vehicle File" Icon="attach_file">
<RadzenMenuItem Text="Vehicle" Path="vehicle" Icon="attach_file">
</RadzenMenuItem>
<RadzenMenuItem Text="Item2" Path="Item2" Icon="assignment"></RadzenMenuItem>
</RadzenMenuItem>
</ChildContent>
</RadzenMenu>
When I click on 'Vehicle File' dropdown and click on an item, the blazor component gets loaded but the 'Vehicle FIle' list stays open.
So how to set radzen menu so that it closes automatically once the component is loaded.

I am afraid I don't understand what you mean. Can you reproduce the issue in our online demo? It looks identical to the code you have pasted.

1 Like

On demo, try clicking on General -> Menu item, the General submenu list stays open. Let me know if you have any other demo for Menu where all pages use the same menu.
Please see attached file to see my problem, let me know if that explains RadzenMenuBug.zip (184.6 KB)

Should be addressed in the latest version of Radzen.Blazor.

1 Like

Thank you for the update. It is fixed.