Hello
I have some checkboxes on an EditForm and I'm getting inconsistent behaviour with EditContext.IsModified(). I attached a sample project to demonstrate the issue. When you open the dialog with "Open Dialog (wrong)", uncheck the first checkbox and click "OK", you see that IsModified() still returned false, even though I actually modified the model and the binding works fine. Interestingly, when both checkboxes are initialized as checked and you do the same thing, IsModified() correctly returns true (see "Open Dialog (correct)")
Regards
Sven
Attachment:
BlazorApp1_1924d193.zip