-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Provide an example with form validation #318
Comments
Probably deserves an own doc page or package, but it should be pretty straightforward to roll your own, like done for example in this fiddle: https://jsfiddle.net/royriojas/qp5p33cn/ |
:gratitude: Although I suspect ( and I could be wrong) that these days a lot of people generate the fields dynamically using a pattern such as this: FIELDS = [ |
Added the above link to #104. If somebody builds a ready to use abstraction, welcome :). Closing this issue for now |
Forms and form validation are some of the most common elements in web apps.
It would be very useful to have an example with this use case.
The text was updated successfully, but these errors were encountered: