CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

Issue with MaxItems for MudListExtended

Open e808080 opened this issue 1 year ago • 1 comments
trafficstars

The MaxItems property for MudListExtended seems to be not working. The issue is reproduceable on the CodeBeam MudExtensions demo page here

If one increases the Max Items just the div/list area increases in height, but it still renders all the items. We are trying to use the list to enable the user to select from 1000+ items but we only want to render 50 initially and then user will need to search for the items. We are using version 6.9.2 with MudBlazor version 6.20.0.

e808080 avatar Jun 30 '24 07:06 e808080

Any update on this? Having the same issue

Light407 avatar Sep 16 '24 13:09 Light407

Any update? Would be great if this could be fixed. Is there no support for v6.x anymore?

Light407 avatar Oct 16 '24 22:10 Light407

Sorry for the bad information. MaxItems parameter does not intended to limit showed items. It only arranges the height that how many items can show at the same time. Virtualize should handle this. If you have any design offer please tell.

mckaragoz avatar May 01 '25 11:05 mckaragoz