Good Morning!
For example my layout:
Textbox at the bottom are combined with radzen Validator:
<RadzenTextBox Name="TXTBoxFrench" @bind-Value="@ValuesFromForm.TXTFrench" Disabled="@DisableCLSShortcutselected" MaxLength="5" />
<RadzenRequiredValidator Component="TXTBoxFrench" Text="text is required" />
Is it now possible that when i click the listbox (1) again, the textbox and the validator will be resetted ? so that the red borders and the Validator Error Popup will disappear ?