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!
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:
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