oferh / ng2-completer

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

dropdown shows all data even when only one is selected in model #325

Closed deepinder10 closed 1 year ago

deepinder10 commented 7 years ago

when we select a option and reopen the input having [openonfocus]=true, the list shows whole data instead of showing only the selected one in model, and data goes to normal when down key is pressed

oferh commented 7 years ago

@deepinder10 can you create a plunker that reproduces the issue?