highlightSearch with custom itemTemplate

Hello, 

I strugle to get the highlightSearch with custom itemTemplate working, it works without the template. 
This is my template 

<ng-template #itemTemplate let-data>
      <div>
        <img class="multiempImage" [src]="data.ProfilePicture ? data.ProfilePicture : '/assets/placeholder.png'"
          alt="employee" />
        <div class="multiename ">{{ data.Name }}</div>
        <div class="multijob">{{ data.Status }}</div>
      </div>
    </ng-template>

1 Reply 1 reply marked as answer

BC Berly Christopher Syncfusion Team November 11, 2020 12:51 PM UTC

Hi Ivan, 
  
Greetings from Syncfusion support.  
  
We have considered the reported issue as a bug at our end. We will fix the reported issue and include in the weekly patch release which is expected to be rolled out on 25th November 2020. We appreciate your patience until then. 
  
You can track the status of the reported issue from the below feedback link. 
  
Regards, 
Berly B.C 


Marked as answer
Loader.
Up arrow icon