-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FormArray Within A FormGroup #139
Comments
I found out my mistake after some digging, i was having multiple control with the same name. |
@ellipizle Thanks for your nice message and your contribution. I'll have look at it. This could be a bug. I will let you know as soon as possible. |
@ellipizle I confirm, this is a bug. Please give me a couple of days to evaluate an appropriate solution. Thanks. |
@ellipizle Good news! I actually have found a solution to this. Have a look at 20bda4b. Fix will land in 1.0.5. |
sorry for not responding sooner, i have been off the radar for sometime now. |
@ellipizle No problem, thanks for your nice message! |
First of all i must commend you for this great library you have done.
I really appreciate your work and effort.
I am trying to create a formArray with a formGroup. from the samples i can guess the library is expecting the form array at the top level not within a formgroup.
i get an error
ORIGINAL EXCEPTION: Cannot find control with path: 'hh_member_names_repeat -> 0
,I will be grateful if you can give me a hint on how i can hack this library to create a fromArray with a FormGroup.
The text was updated successfully, but these errors were encountered: