Describe the bug
When using an input field with lookup in a reactive form array the lookup only work for the last row in the array.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The same lookup should be displayed for all lookup fields in the form array regardless if it's the last row or not.
Version
Screenshots
My dynamic form array with a lookup field:

I press the lookup button and the lookup is displayed:

I then add a new row:

After that I press the lookup button on the same row as before:

But this time the lookup contains this:

But if I press on the lookup button on the last row in the array it works, but not for the preceding rows:


This is how the generated html looks like if that can be to any help:

Can you make / attach a replication (stackblitz?) as im not sure we would be able to solve this given the current info.
Do we have an existing stackblitz workspace I can use? Would be nice if we could have i.e. IdsEnterpriseNgQuickstart available on stackblitz to ease the burden of setting up a new project.
Yes i made one off the quickstart as mentioned you can fork from here https://stackblitz.com/edit/ids-quick-start
The issue was with passing the value to the lookup component. I solved the issue in my code so no further action is required.