PanelMenu did not reset active

On a panel menu with sub menus, the child active state is not reset after I click on the root menu (Start) item.

Steps to reproduce

  1. Start the App. The first root is active
  2. Click on a child menu. The child is marked as active.
  3. Cick back to the first root item. The root item is marked as active. The sub menu is collapsed.
  4. Click on the sub menu. Now both menus are marked as active. (Root and sub menu item)

You probably need to set the Match property of the root item so it doesn't match all paths that begin with it.

<RadzenPanelMenuItem Path="/" Match="NavLinkMatch.All" />