CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
367 stars 62 forks source link

MudListExtended - Multiple values doesn't show Initiallly when Virtualize #203

Closed segfault- closed 11 months ago

segfault- commented 1 year ago

MudListExtended, @bind-SelectedValues initially loading with 3 selected..... but only one selection is rendered..... if you use the scrollbar or type in the search filter then suddenly it renders correctly. reproduced with : https://try.mudblazor.com/snippet/cucxOyvMVJrhvQpK

mckaragoz commented 1 year ago

Yes, it look like we have a bug with ItemCollection approach. Initial values works with RenderFragment approach https://try.mudblazor.com/snippet/wucRazYhLerRJsIq

mckaragoz commented 12 months ago

Update: It also works on ItemCollection, the problem is Virtualize

mckaragoz commented 11 months ago

This issue fixed with last release, thanks to @radderz again. We can close it now.