File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
CodeBeam.MudBlazor.Extensions/Components/SelectExtended Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 109109
110110 <MudPopover Open =" @_isOpen" MaxHeight =" @MaxHeight" AnchorOrigin =" @AnchorOrigin" TransformOrigin =" @TransformOrigin" Class =" @PopoverClass" RelativeWidth =" @RelativeWidth" >
111111 <CascadingValue Value =" @this" IsFixed =" true" >
112- <MudListExtended @ref =" @_list" T =" T" @bind-SelectedValue =" @Value" Style =" @($" overflow-y:auto; height: {MaxHeight}px " )" @bind-SelectedValues =" @SelectedValues" @bind-SelectedItem =" @SelectedListItem" @bind-SelectedItems =" @SelectedListItems"
112+ <MudListExtended @ref =" @_list" T =" T" @bind-SelectedValue =" @Value" Style =" @($" overflow-y:auto; max- height: {MaxHeight}px " )" @bind-SelectedValues =" @SelectedValues" @bind-SelectedItem =" @SelectedListItem" @bind-SelectedItems =" @SelectedListItems"
113113 Clickable =" true" Color =" @Color" Dense =" @Dense" ItemCollection =" @ItemCollection" Virtualize =" @Virtualize" DisablePadding =" @DisablePopoverPadding" DisableSelectedItemStyle =" @DisableSelectedItemStyle"
114114 MultiSelection =" @MultiSelection" MultiSelectionComponent =" @MultiSelectionComponent" MultiSelectionAlign =" @MultiSelectionAlign" SelectAll =" @SelectAll" SelectAllPosition =" @SelectAllPosition" SelectAllText =" @SelectAllText"
115115 CheckedIcon =" @CheckedIcon" UncheckedIcon =" @UncheckedIcon" IndeterminateIcon =" @IndeterminateIcon" SelectValueOnTab =" @SelectValueOnTab" Comparer =" @Comparer"
You can’t perform that action at this time.
0 commit comments