oferh / ng2-completer

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

Show some items in different color in the dropdown when the dropdown is displayed #419

Open aditivai opened 5 years ago

aditivai commented 5 years ago

I am using ng2-completer in my angular-6 project. I want to highlight some specific items in the dropdown. I tried using html tags wrapped around those items, but the tags are shown as it is in the dropdown. Any idea how this requirement can be fulfilled?