Blazor validate unmodified form
I want to validate a Blazor form even though the user hasn’t changed the value of any form fields. (By default, Blazor only validates fields after they are modified.)
I want to validate a Blazor form even though the user hasn’t changed the value of any form fields. (By default, Blazor only validates fields after they are modified.)
I can DI app setting in the controller like this