function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ashwin KcAshwin Kc 

Issue in using input lookup fields inside auro iteration

I am using Lightning component to build grid view to create,edit and delete case team member.
I am using custom component - inputLookup (https://developer.salesforce.com/blogs/developer-relations/2015/06/salesforce-lightning-inputlookup-missing-component.html) to show the look up fields in the view.
component inputLookup is not working as excpected inside aura:iteration, it is giving lookup values but not able to search values.
Is any other approach to use input lookup fields in aura:iteration
Below are my screen shots
with one record
User-added image

Inside aura iteration
User-added image
Appreciate if any one can help me to sort issue

Thanks