oferh / ng2-completer

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

Highlight the selected value in the dropdown #412

Open SwethaNeerukonda opened 6 years ago

SwethaNeerukonda commented 6 years ago

I am using ng2-completer dropdown and when I select a value from the dropdown the value is shown in the inout box. When we open the dropdown again the selected value should be highlighted. I do not see that can be done with any of the options provided. For example in the demo page you have an example demonstrating "open, close and focus programmatically", in this example if we select a value and then open the dropdown the selected value is not highlighted.