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

Example error #295

Closed lenpino closed 6 years ago

lenpino commented 6 years ago

Trying to recreate the http://plnkr.co/edit/ExzNSh?p=preview example throws the following everytime I type a letter in the input:

NguiAutoCompleteComponent.html:16 ERROR TypeError: Cannot read property 'length' of undefined at Object.View_NguiAutoCompleteComponent_2._co (NguiAutoCompleteComponent.html:17)

Using Angular 4.3.x (webpack)

sh4ka commented 6 years ago

Hi, would you be so kind of sharing your code in plunk or similar? Thanks.