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

Layout : Input controls are not rendered as multi-columns despite providing "RowId" and "Colspan" attributes #38

Open Lancelot301 opened 9 months ago

Lancelot301 commented 9 months ago

Hi

I was trying to render dynamic form input controls using this [VxFormGenerator] library, But Input controls are not rendered as multi-columns despite providing "RowId" and "Colspan" attributes. Because of this form layout is not rendering as expected.

Kindly help !!

Expected Behavior :

Github 1

Actual Behavior :

MicrosoftTeams-image (18)
Lancelot301 commented 7 months ago

Any update on the above issue?