Working with form when youd don't know fieldsNames, their types, validations, labes etc. #12870
Unanswered
YaroslavPuntus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a case when I need to created form where potentially we can have a long list of fields.
Fields count could be increased and decreased at any time. These can be fields of any type (input (number, text, email...), select, checkbox etc.)
We using all forms wih zod.
How to deal with this case and how to created zod schema for it?
Beta Was this translation helpful? Give feedback.
All reactions