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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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

  1. Click the error button
  1. Now you can see the issue 

 

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: 

Customer defining a class named TestFormItem which is inherited from a base class named FormItem, and sets the CssClass property but it's not reflected.


Replication Procedure:
  1. Run the sample
  2. Inspect the form item
  3. You can see the issue
Actual: CssClass is not updated
Expected: CssClass should update properly