Angular 2 Form “Cannot find control with path”

前端 未结 5 1512
无人共我
无人共我 2020-11-30 03:36

I try to make a dynamic form (so you can limitless add items to a list), but somehow the content of my list is not getting send because it can\'t find the control with path:

5条回答
  •  天涯浪人
    2020-11-30 04:25

    Note that if your FormArray contains other FormGroup controls (which contain other instances of FormControl), you'll need to do this to access the controls inside each FormGroup:

            

提交回复
热议问题