Skip to content

Commit

Permalink
RadzenHtmlEditor applies valid and invalid classes during validat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
akorchev committed Sep 30, 2024
1 parent 35c9f55 commit 56156dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Radzen.Blazor/RadzenHtmlEditor.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public override async Task SetParametersAsync(ParameterView parameters)
/// <inheritdoc />
protected override string GetComponentCssClass()
{
return "rz-html-editor";
return GetClassList("rz-html-editor").ToString();
}

/// <inheritdoc />
Expand Down

0 comments on commit 56156dd

Please sign in to comment.