easy way to wrap Field component as a child component? #1103
Unanswered
heecheon92
asked this question in
Q&A
Replies: 1 comment
-
I'm surprised this isn't talked about anywhere (here or in the docs). The "UI integration" example is nice and all, but how do we abstract this so we don't have to repeat all of the code everywhere? btw @heecheon92 nice job abstracting the Field component here |
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
-
Sometimes, there are cases where I would like to wrap form.Field component inside of a wrapper / HOC.
but in order to split form.Field component, I have to go through something like this,
Is there a easier workaround to split Field component into a part of other wrapper component?
Beta Was this translation helpful? Give feedback.
All reactions