Just the inputs and not the form #4115
Unanswered
jeffNedley
asked this question in
Q&A
Replies: 1 comment
-
Yes, you can provide an alternate React element to render in place of form using the tagName prop on |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is it possible to grab just the inputs from this and not the submittable form part?
I have a use case where I want to have a section of a bigger form be generated dynamically given a JSON schema and this would work perfectly for that idea if I can use it to only generate the input fields without the surrounding form and submit button.
Beta Was this translation helpful? Give feedback.
All reactions