oferh / ng2-completer

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

Selected event not triggering on Long press on item from drop down. #416

Open BandaSatish07 opened 5 years ago

BandaSatish07 commented 5 years ago

Hi Team,

Thanks for the providing a great plugin for auto search functionality.

Here am facing the issue with selection of item from from autocomplete dropdown. if we do single click on item from the list it works great as expected, but when we click and hold for sometime item is not selecting and selected event is not triggering, is there any option to catch the event when we click and hold (long press) on item from the list.

It could be great help for us we could provide a solution on it.

Thanks.