How to use arrays of complex objects in compound forms #1301
Unanswered
SalzstangeSalamiBrief
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
-
Hello,
I want to build a form an entity like this:
Because each field is encapsulated in a dedicated FC and is used while composing the form.
This could look like this:
Now I want to add a component for the subEntity like this: that looks like this and renders the array with proper change handling?
How can I build the component for the subEntity that renders the array and handles the change event of each field in the entity properly?
Beta Was this translation helpful? Give feedback.
All reactions