ShazCB

Results 3 issues of ShazCB

### Bug type Component, Docs (mudblazor.com) ### Component name MudSelect ### What happened? Had a nightmare this week! Cannot use `SelectedValues` and `SelectedValuesChanged` together - need it so I can...

triage

### Things to check - [X] I have searched the **existing issues** for this bug - [X] To rule out a caching problem I made sure the bug also happens...

Implement a MudSelectExtended inside a MudForm. Form: ` @if (Dirty) { DIRTY } @code { public bool Dirty {get;set;} = false; private IEnumerable _selectedValues = new List { 2, 3,...