You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Give better form examples such as ones with
People often use multi step forms would be good if that was possible.
Add abilities to save the submission of each form some how.
Captcha
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.
Allow side by side fields forms are not always omnidirectional downwards
The text was updated successfully, but these errors were encountered: