Use app field components inside another field component
I'm building a form where I definitely need form composition - it's where I'm struggling.
Here, a component with
withFormNow, when it comes to my
ArticleField, I want to still access the other field components so I can add inputs there. I want to create an input for my
sku field, also will need to add another array field for quantitiesBySize, splitted into another component. I have no idea how to achieve that.