Manoj

Results 5 comments of Manoj

I had same kind of issue where i was storing the index and removing using them thinking index will never change. I was wrong. Then i started to find the...

@pepemiso16 myControl is a FormControl instance which is present in formArray. To remove it, i find the index of it first using the findIndex and pass the index to the...

@pepemiso16 Well i've a form array with 5 controls in a component and i pass the **control** to the child components which has a delete button. When i've to delete...

@pepemiso16 Sry, just realized that my scenario doesn't have trackBy that's why it was working for me. Same way in your code also removing trackBy fixes the issue. But i...

@seanbotha123 I did drop this library because of this issue and used Angular material. Angular material handles this issue by always appending the drop down to body and have a...