ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 123 forks source link

not giving whole object when we type whole word in text field #239

Closed narsignt closed 7 years ago

narsignt commented 7 years ago

Hi all, http://plnkr.co/edit/2osUq6?p=preview : Here i typed "Antartica" and clicked submit button and i got " {continent: "Antartica"}" this response but here i am expecting the response like

continent: { id:7, name: "Antartica", population:0 } Can anyone please address above issues. Thanks in advance.

allenhwkim commented 7 years ago

I don't see any issues here.

image