oferh / ng2-completer

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

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

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.