liuy97 / ng2-input-autocomplete

angular2 input autocomplete
https://liuy97.github.io/ng2-input-autocomplete/
MIT License
7 stars 5 forks source link

Double click and backspace/delete is not working #14

Open antajo opened 5 years ago

antajo commented 5 years ago

This issue comes when a user tries to delete the entire text in the autocomplete input field by selecting current text using the mouse (double click or click and drag). https://stackblitz.com/edit/ng2-input-autocomplete

liuy97 commented 5 years ago

confirmed. Angular will trigger double click with single click at the same time.