oferh / ng2-completer

Angular 2 autocomplete component
http://oferh.github.io/ng2-completer/
MIT License
347 stars 172 forks source link

highlight the text that match the search text #374

Closed na-le closed 6 years ago

na-le commented 6 years ago

do you have an option to mark the text that match the search text? for example, I search 'av' and in the dropdown I should see: Avigail, Avinadav and Avraham. I wan the characters 'av' will be bold because they match the search text. can ng2-completer do it?

oferh commented 6 years ago

yes, see matchClass in documentation and demo

na-le commented 6 years ago

thanks