oferh / ng2-completer

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

RemoteData search results list does not open for the first search attempt if minSearchLength is 1 or 0 #408

Open harryluo91 opened 5 years ago

harryluo91 commented 5 years ago

Hi, it looks like when you are using RemoteData as dataService and if you set the minSearchLength to 1 or 0, then the search result list will not show for the first search attempt. I have verified that the match list is there but somehow if you specified textSearching for the component then it will preventing the search results from showing.

Any thoughts on this issue? Seems like the viewRef is not being updated correctly in ctr-list.

Thanks, harry