itemsFormGroups.push( new FormGroup({address:new FormControl('手動新增的')}) ); } insert(idx){ ... 建議使用push,insert,removeAt來操作FormArray裡面的controls.
確定! 回上一頁