❔ problem with ModelState
I have a Razor Page with two forms:
Two BindProperties
In
Two BindProperties
In
OnPostCreateTemplateAsync, ModelState.IsValid == false because it validates both forms, while I only want it validate the one form I submitted. How do I solve it?