Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When a template is used, a highlight is not working in the DropDown components. This issue occurs when we set the filterType as "startswith and endswith". If the type contains highlight is working fine.
Issue reproducing sample for MultiSelect: https://stackblitz.com/edit/ry1gkx?file=index.ts
Note: if we change the filterType as Contains in highlightSearch method, the component is working expected
Issue reproducing sample in AutoComplete: https://stackblitz.com/edit/ry1gkx-twnqap?file=index.ts
Note: if we change the filterType property as Contains , the component is working expected