CodeBeamOrg / CodeBeam.MudBlazor.Extensions

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

ComboxBox: Multiselection+Editable+Filter = Mouse click replaces searchargument #307

Closed Yomodo closed 8 months ago

Yomodo commented 8 months ago

MudExtensions Example: MultiSelection Details & SelectAll

I type h and get two entries. After selecting and entry using the mouse, the original searchargument is replaced by the selected item which is not expected. (also a bit redundant because the selection is already being displayed) Note: It works OK when using the arrowkeys + enter.

Expectation: After selecting an item using the mouse, the original searchargument should remain untouched.

image

image