-
Notifications
You must be signed in to change notification settings - Fork 460
Closed
Labels
status:needs-investigationNeeds additional investigationNeeds additional investigation
Description
π 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
π― Current Behavior
π 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
Metadata
Metadata
Assignees
Labels
status:needs-investigationNeeds additional investigationNeeds additional investigation


