CodeBeamOrg / CodeBeam.MudBlazor.Extensions

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

MudSelectExtended: Select all does not select all items with Virtualization enabled #384

Closed biegehydra closed 3 weeks ago

biegehydra commented 3 weeks ago

This is definitely not expected behavior. Virtualization is used to save on rendering but I would still like the SelectAll button to select all the items provided in ItemCollection, not just first 10 or so items that are being rendered. Might be a breaking change to fix this, but you could add a flag.

biegehydra commented 3 weeks ago

Duplicate issue