Creating a reusable <TextField> wrapper for form.AppField #1543
Unanswered
beardsleym
asked this question in
Q&A
Replies: 1 comment
-
Hi! If you haven't already, you should read up on Form Composition. It allows you to reduce boilerplate for common components you have. If you're specifically talking about merging |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to create 1 line reusable inputs so I can use in my code like
Is this structure possible? It's what I did with React Hook Form, by just looking at the context.
Beta Was this translation helpful? Give feedback.
All reactions