Does an EditForm can be declared inside a blazor component?

30 Views Asked by At

My question is simple : "Does an EditForm can be declared in a blazor component or it must be declared in a blazor Page?" I am trying to use a EditForm inside a component used in multiple pages but I have trouble with data annotations validation messages that do not show up systemically. If I move the component code in a blazor Page, it works.

0

There are 0 best solutions below