Aaltuj / VxFormGenerator

The library contains a component, that nests itself into the Blazor EditForm instead of a wrapper around the EditForm. The component is able to generate a form based on a POCO or a ExpandoObject. Because of this architecture the library provides the developer flexibility and direct usage of the EditForm.
MIT License
119 stars 36 forks source link

Migrate to dotnet 5 preview and implement custom validation classes. See pull for implementation. #10

Closed Aaltuj closed 3 years ago

Aaltuj commented 3 years ago

Having the following pull request implemented into dotnet 5, we are now able to remove the ugly workaround: