FormRegistrarMixin is registering array name with [] #2792
Unanswered
geniuspacs
asked this question in
General
Replies: 0 comments
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.
-
Recently we are building a fieldset which have an array as modelValue, something like this:
And we are trying to build this structure at our HTML template:
But result on modelValue is something like this, which means is registering including '[]':

And for sure, fields inside each fieldset are empty. Is that correct? Should we register including '[]' in modelValue also? I think we should avoid to include this characters and use only in terms of registering FormControl as array, but I would love to know what do you think guys.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions