oferh / ng2-completer

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

Result alone to be displayed #433

Closed GuruSBM closed 5 years ago

GuruSBM commented 5 years ago

@oferh

Dear oferh, Thanks so much for such a nice completer!! Kindly clarify on my attached image, here only the project title should be displayed in dropdown, instead it's displaying db parameter too. please assist .. here is my code

constructor(private alertify: AlertifyService, private http: HttpClient, private admin: AdminService, private completerService: CompleterService) { this.adminDS = completerService.remote('http://localhost:5000/api/ProjectStatusPortal/GetProjectList?projectTitle=', null, null); } image