Dropdown with multiple="true" only validates once

I have a dropdown in an add user page that gets validated if I don't select one or more values.
However if I select then unselect a value it will no longer get validated.

<RadzenDropDown Data="@roles" Multiple="true" style="display:block;width: 100%" @bind-Value="@(user.RoleNames)" TextProperty="Name" ValueProperty="Name" Name="RoleNames">


I still can't get this to validate after I unselect all from the dropdown

<RadzenDropDown Data="@roles" Multiple="true" style="display:block;width: 100%" @bind-Value="@(user.RoleNames)" TextProperty="Name" ValueProperty="Name" Name="RoleNames">


Hi @Peter_Viau,

This should be fixed in the latest versions of Radzen.Blazor.