Required validator issue

Hi,

It seems like we're having the same issue as described here:

We have multiple dropdowns bound as described below:
<RadzenDropDown Name="xyz" TValue="int?" Data="class.xyz.Items" @bind-Value="class.xyz.SelectedItemId" ValueProperty="Id" TextProperty="Value" />

<RadzenDropDown Name="abc" TValue="int?" Data="class.xyz.Items" @bind-Value="class.abc.SelectedItemId" ValueProperty="Id" TextProperty="Value" />

<RadzenDropDown Name="def" TValue="int?" Data="class.xyz.Items" @bind-Value="class.def.SelectedItemId" ValueProperty="Id" TextProperty="Value" />

A single dropdown change triggers the validation of all dropdowns, is it possible to apply the suggested change from RangerPascalJ?

Thanks

We never understood what the suggested change was so we can't apply it. As far as we know this is how the built-in Blazor validation works and we are not aware of a workaround.

Goodmorning @korchev ,

I tested the suggested change and it solves the described problem (from RangerPascalJ and me).
Is it possible to apply the change?

Thanks

You can submit a pull request and we will check the suggested change and see if it doesn't break anything.