With the Radzen dropdown in multiple selection mode, is it possible to require a minimum selection of say 2, i.e., you have to have at least 2 items selected and so the dropdown will not allow you go below that number of selections?
If you use @bind-Value to some property you can implement this logic in the property setter.