CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
Issue with MaxItems for MudListExtended
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.
Any update on this? Having the same issue
Any update? Would be great if this could be fixed. Is there no support for v6.x anymore?
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.