RadzenValidator not working

Hi,

i use a RadzenRequiredValidator but it's not working at all

 <EditTemplate Context="webModel">
     <RadzenTextBox @bind-Value="webModel.ModelName" Name="ModelName" Style="display: block; width:100%" />
     <RadzenRequiredValidator Text="Field Required" Component="ModelName" Style="position: absolute; z-index:1" Popup="true" />
 </EditTemplate>
                          

Did i forget something ?

I’m afraid that the provided information is not enough to reproduce the problem. Please use our demos (they are editable) to try to replicate your case.