Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some improvement ideas #28

Open
ddjerqq opened this issue Mar 10, 2024 · 0 comments
Open

Some improvement ideas #28

ddjerqq opened this issue Mar 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ddjerqq
Copy link
Owner

ddjerqq commented Mar 10, 2024

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.

@ddjerqq ddjerqq added the enhancement New feature or request label Mar 10, 2024
@ddjerqq ddjerqq self-assigned this Mar 10, 2024
@ddjerqq ddjerqq added this to the v2.1.0 milestone Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant