I've created a reactive form with multiple input fields. The validation works fine for one field but I stuck for the validation on my dynamic added input fields.
What I want to achieve is that for every row the both input fields should be required too. The problem must be the access of the formarray.
I created a simplified version on Stackblitz
I've created a reactive form with multiple input fields. The validation works fine for one field but I stuck for the validation on my dynamic added input fields.
What I want to achieve is that for every row the both input fields should be required too. The problem must be the access of the formarray.
I created a simplified version on Stackblitz
Share Improve this question asked Nov 27, 2018 at 12:56 yougeenyougeen 1681 silver badge14 bronze badges1 Answer
Reset to default 5Accessing the form array input control is not correct way. I updated the stackblitz. Refer this https://stackblitz./edit/angular-3cym5a
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745603703a4635550.html
评论列表(0条)