Hi,
I have a form with the same type of error if I use a TelerikSwitch or a TelerikDropDownList in the Template
<FormItem Field="Bill" LabelText="Billable" > <Template> <TelerikSwitch @bind-Value="@Project.Billable" OffLabel="No" OnLabel="Yes"></TelerikSwitch> </Template></FormItem>The text in LabelText isn't visible. and the Form layout is "broken".
Without LabelText the name of the Field isn't whown either