CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.

Home Page:https://mudextensions.codebeam.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MudListExtended: pressing Ctrl+A in Searchbox selects all list items instead of highlighting text

MartinSoka opened this issue · comments

I have a MudListExtended with SearchBox and MultiSelection=true.
When filtering the list using Searchbox and pressing Ctrl+A to highlight the text all list items are selected.

Expected behavior: This should select the search text as the list is not in focus.

Did it complete? I can look at if issue still exits.

sry i closed it, it was my fault, because i had a custom searchbox implementation due to the issues with RenderFragment & Searchbox.