ng2-ui / auto-complete

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

Copy paste values into auto-complete text box is not working #352

Open jyotimishra12 opened 6 years ago

jyotimishra12 commented 6 years ago

While entering any value auto-complete is working fine. But on paste it is not working fine. It is showing no records found, after removing any letter it is working fine.

I am using (keyup) function to check autocomplete value.