Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Is there any way to make MudAutocomplete have virtualization functionality?

$
0
0

I made MudSelect virtualizable by wrapping MudSelectItem with Virtualize from Blazor but I can't do the same with MudAutoComplete, while MudAutocomplete is much more intuitive than MudSelect. Is there any way to make MudAutocomple virtualizable? Example of how I virtualize MudSelect:

<div style="height:45px;overflow-y:hidden;padding-top:2px"><MudSelect @bind-SelectedValues=@UserSelectedId Label="User" T="string"><Virtualize Items="UserList"><MudSelectItem Value="@context.Id">@context.Id - @context.Name</MudSelectItem></Virtualize></MudSelect> </div>

Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>