RadzenFieldset

Hi,

I have a RadzenRadioButtonList within a RadzenFieldset.

It works great, except I want to suppress the green "valid" outline which appears around the radio buttons. It doesn't look right, and I will aways have an option selected by default, so the indicator doesn't apply in this case.

Is there a way to do it? I was able to remove it in browser tools by taking away "valid" from the class - but I would need a way to do that by setting a property on the component at design time.

Thanks,
Mike

The "valid" css class is applied by Blazor's built-in validation. If you don't want it you could either remove if from your application css file or apply an additional CSS that undoes the styling from the valid class.