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

Multi line input #23

Closed zeidoo closed 3 years ago

zeidoo commented 3 years ago

Hi everyone,

Thanks a bunch for the project, it looks extremely promising and useful!

Is there a way to render a multi line input field for long text? Like a blog post content for example.

Also what would be the best way to set custom editor for a field? For example, if I have one of those fancy auto-completing input fields like the Gmail "To" field that gives you an "x" button besides the recipients once you've selected one, how would I annotate the ViewModel's Recipients field?

Thanks a bunch!

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.