oferh / ng2-completer

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

Is there a way to disable the search from the remote data? #213

Closed dBourgiotis closed 7 years ago

dBourgiotis commented 7 years ago

I would like to disable the search that takes place after the server response, as the server has already searched the data, in order to show all the results of the api response.

dBourgiotis commented 7 years ago

I show that you can add null to the search field. So it is closed!