Disable color not apply inside RadzenTemplateForm

When we apply the 'disable' property within the RadzenTemplateForm, the color does not change on the component, although the functionality is correctly applied. What could be causing this issue?

Hi @Maximus,

Use your browser's developer tools to inspect the element which doesn't appear as expected. This will allow you to trace the CSS rule that sets its color.

class="rz-textarea rz-state-disabled valid rz-state-empty"

These classes were applied to that component. Should the disabled color be derived from the 'rz-state-disabled' CSS?"

Yes, it should. There is a chance the valid class interferes. You can try deleting it from your application CSS file and see if this changes things.