CodeBeamOrg / CodeBeam.MudBlazor.Extensions

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

MudCombobox: Clearable does not visually clear selections #292

Closed Yomodo closed 8 months ago

Yomodo commented 8 months ago
  1. Goto: https://codebeam-mudextensions.pages.dev/mudcombobox
  2. Goto the "MultiSelection Details & SelectAll" (The first Harry Potter example)
  3. Enable: "Clearable"
  4. Click the combobox, by default the first two items are selected
  5. Clear the selections using the "X"
  6. Click the combobox, the first two items are still selected
  7. Close the combobox and click it again: selections are now correctly cleared

Seems like a StateHasChanged is needed to refresh the selections.

Yomodo commented 8 months ago

Dup of #285 for which @SilentRage47 already made a PR.