liuy97 / ng2-input-autocomplete

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

Not working on Chrome 73 #11

Closed Gourav102 closed 5 years ago

Gourav102 commented 5 years ago

In Chrome 73, ng2-input-autocomplete plugin doesn't allowed me to type anything. While it works fine in the Firefox.

While inspecting, I found that is not able to create. It just blinks and we need to keep the mouse button pressed on the input. It is harder to select option by this way.

Steps to reproduce:

  1. Simply go to the URL: https://stackblitz.com/edit/ng2-input-autocomplete.
  2. Try to type anything in input field with autocomplete.
liuy97 commented 5 years ago

Thanks. I confirm this bug in Chrome 73. I will investigate it.