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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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