We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8576e5c commit bb4f443Copy full SHA for bb4f443
CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor
@@ -120,7 +120,7 @@
120
121
</MudInputExtended>
122
123
- <MudPopover Open="true" MaxHeight="@MaxHeight" AnchorOrigin="@AnchorOrigin" TransformOrigin="@TransformOrigin" OverflowBehavior="OverflowBehavior.FlipAlways" Class="@PopoverClassname" RelativeWidth="@RelativeWidth">
+ <MudPopover Open="_isOpen" MaxHeight="@MaxHeight" AnchorOrigin="@AnchorOrigin" TransformOrigin="@TransformOrigin" OverflowBehavior="OverflowBehavior.FlipAlways" Class="@PopoverClassname" RelativeWidth="@RelativeWidth">
124
<CascadingValue Value="@this" IsFixed="true">
125
<div id="@_popoverId" style="@($"overflow-y: auto; max-height: {MaxHeight}px")">
126
@PopoverStartContent
0 commit comments