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

customSelected Event not firing #300

Open crh225 opened 6 years ago

crh225 commented 6 years ago

IMPORTANT Please be specific with an example. An issue with no example may be closed. customSelected Event not firing Steps to reproduce and a minimal demo http://plnkr.co/edit/01AH3EEKWq168LXo2zcs?p=preview

When I type in something that is not in the dropdown list, should this fire off this changed event. image

I would expect to see the Case 3 message in the console: image

lajos93 commented 6 years ago

Did you solve this issue?