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!

1
Vote

The checkbox is not disabled when we set the IsEnabled property to false in the FormItem field, when we use the class field as a boolean value.

[Required(ErrorMessage = "Please enter your name")]

[Display(Name = "Name of Child")]

public bool FirstName { get; set; }

Sample: https://blazorplayground.syncfusion.com/rDVJZhZRhwpUCwZn

Replication Procedure:

  • Run the sample
  • You can see the issue

Expected: checkbox should disabled when we use the IsEnabled property to false

Actual: checkbox is not disabled when we use the IsEnabled property to false