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: pressing Ctrl+A in Searchbox selects all list items instead of highlighting text #409

Closed MartinSoka closed 1 month ago

MartinSoka commented 1 month ago

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.

mckaragoz commented 1 month ago

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

MartinSoka commented 4 weeks ago

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