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

Dynamic Based Form Demo does not work #39

Open glazkovalex opened 8 months ago

glazkovalex commented 8 months ago

Dynamic Based Form Demo does not work :( image

A good example of the implementation of dynamic forms on .Net 6 is here: https://medium.com/codex/blazor-webassembly-dynamic-creation-of-components-based-on-json-configuration-d1df664e5e19

pete1854 commented 1 month ago

Did you find a solution to this?

gearmindsacademy commented 3 weeks ago

Still doesnt work.. Any work arounds ?