#Mat AutoComplete FormArray
1 messages · Page 1 of 1 (latest)
You can use the null safe operator for a fast fix but I would recommend to review the way your form is built
Use the safe operator like this this.form?.get('formArray') could "solve" your issue
Hard to say without the full code
g!codeblock @young trellis