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

Input id specification #37

Open nikolaikarner opened 11 months ago

nikolaikarner commented 11 months ago

I was wondering if it is possible to add a custom Id to the Input field.

[VcInputId("name")] public string Name

So that this id would added to the corresponding input component

<InputText id='name' ... >

stale[bot] commented 10 months 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.