🐛 Bug Report
Versions affected: 4.8.0, 4.81
Version not affected: 4.7.2
💻 Repro or Code Sample
<nav class="sitenav">
<FluentNavMenu Id="bug-menu">
<FluentNavGroup @bind-Expanded="expanded">
<TitleTemplate>
Sample Title @expanded
</TitleTemplate>
</FluentNavGroup>
</FluentNavMenu>
</nav>
</div>
@code {
private bool expanded = true;
}
🤔 Expected Behavior
Clicking should toggle value


😯 Current Behavior
Clicking doesn't toggle value


💁 Possible Solution
Untested https://github.com/microsoft/fluentui-blazor/compare/dev...teyc:fix/2289-ExpandedChanged?expand=1
Related to d0a0a4e
🔦 Context
We use the Expanded state to virtualise child content, as we have a lot of data.
🌍 Your Environment
Versions affected: 4.8.0, 4.81
Version not affected: 4.7.2