Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Case1:
Upon attempting to modify the CssClass property value through a button click, the update was not reflected in the FormItem's CssClass.
Blazor Sample - https://blazorplayground.syncfusion.com/embed/BjVfDnMiflMwgGoM?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5
Replication Procedure :
1. Run the sample
Actual - FormItem component directly added CssClass was not updated with error class.
Expected - FormItem component directly added CssClass was need to updated with error class.
Case2:
TestFormItem which is inherited from a base class named FormItem, and sets the CssClass property but it's not reflected.