File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/BootstrapBlazor/Components/Select Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4444 <div class =" dropdown-menu-body dropdown-virtual" >
4545 @if (OnQueryAsync == null )
4646 {
47- <Virtualize ItemSize =" RowHeight" OverscanCount =" OverscanCount" Items =" @GetVirtualItems()" ChildContent =" RenderRow" />
47+ <Virtualize ItemSize =" RowHeight" OverscanCount =" OverscanCount" Items =" @GetVirtualItems()" ChildContent =" RenderRow" >
48+ </Virtualize >
4849 }
4950 else
5051 {
51- <Virtualize ItemSize =" RowHeight" OverscanCount =" OverscanCount" ItemsProvider =" LoadItems" Placeholder =" RenderPlaceHolderRow" ItemContent =" RenderRow" @ref =" _virtualizeElement" />
52+ <Virtualize ItemSize =" RowHeight" OverscanCount =" OverscanCount" ItemsProvider =" LoadItems"
53+ Placeholder =" RenderPlaceHolderRow" ItemContent =" RenderRow" @ref =" _virtualizeElement" >
54+ </Virtualize >
5255 }
5356 </div >
5457 }
You can’t perform that action at this time.
0 commit comments