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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Lancelot301 opened this issue · comments

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)

Any update on the above issue?