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

MudComboBox value gets reset when selecting an option with mouse click

Open cherepakhina opened this issue 6 months ago • 1 comments
trafficstars

When using a MudComboBox with Editable=true, if exactly one option is found after typing in the search text, it can be selected both by mouse click and by pressing Enter without a hitch. However, if multiple options are found, when selecting any of the available options by mouse click the bound value gets reset (selecting via keyboard input still works however)

Here's a clip demonstrating the exact issue i'm having (it's taken on the MudExtensions website as it occurs there as well):

https://github.com/user-attachments/assets/0cb72f25-dbc7-4766-849a-b0461f2e1913

cherepakhina avatar May 08 '25 08:05 cherepakhina