Skip to content

Some improvement ideas #28

@ddjerqq

Description

@ddjerqq

Give better form examples such as ones with

  • file upload fields
  • validation
  • etc.

pretty good idea #24

People often use multi step forms would be good if that was possible.

what does multi step form mean? multiple forms? you can do that in your code, this library just generates the intermediate forms in between the steps

Add abilities to save the submission of each form some how.

save, as in, in a database? you can implement this with On[Valid|Invalid]Submit

Captcha

this wont be hard to implement without this library, just make the field be outside of the form and wrap everything in a div.

Maybe even a small form designer where one could pick controls off a toolbox save the form and render it might be hard as ef core dont support dynamic fields well.

this is really out of the scope of this lib.

Allow side by side fields forms are not always omnidirectional downwards

now this is a good idea, but, users can make their custom forms with tailwind or any other CSS provider to have the form's class be 8 cols wide, and then have the fields into a responsive grid with 4 col widths.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions