forEach ((ctrl: FormControl) => { if(ctrl.value == event.target.value) { // Remove the unselected element from the arrayForm formArray.removeAt(i); return ...
確定! 回上一頁