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

Expando Object Not Working #22

Closed IncreaseComputers closed 3 years ago

IncreaseComputers commented 3 years ago

I downloaded the develop branch project, ran it and the dynamic object page displays no fields, it also does the saame in my own project using the latest nuget packages.... - any ideas?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

rwesterb commented 3 years ago

I did a checkout and added some code to re-enable basic usage of expando objects. Would the author be interested in me creating a pull request including these changes, or is there other ongoing work in this area?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.