liuy97 / ng2-input-autocomplete

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

Uncaught TypeError: Cannot read property 'getAttribute' of undefined at HTMLInputElement.vk_evt_input_blur (script.js:568) #13

Open lesand opened 5 years ago

lesand commented 5 years ago

when I click inside the input, the cursor lose away and I get this error message: Uncaught TypeError: Cannot read property 'getAttribute' of undefined at HTMLInputElement.vk_evt_input_blur (script.js:568)

liuy97 commented 5 years ago

which browser does you use?

lesand commented 5 years ago

this issue it's happening in the last version of Chrome, it's works good in EDGE

liuy97 commented 5 years ago

I did not reproduce this bug. Would you like to create a sample in stackblitz?

riverus-dev commented 4 years ago

The error is caused by this Chrome extension:https://chrome.google.com/webstore/detail/virtual-keyboard/pflmllfnnabikmfkkaddkoolinlfninn you should deactivate it or remove it.