by-pinja / ng-virtual-keyboard

Virtual Keyboard for Angular applications
https://protacon.github.io/ng-virtual-keyboard/
MIT License
25 stars 43 forks source link

Issues with prefilled input fields #27

Closed godonpatrik closed 5 years ago

godonpatrik commented 5 years ago
Q A
Bug report? yes
Feature request? yes
RFC? yes
Library version 0.8.0

Hey there! First of all I'd like to thank you for your work. I have an issue using the keyboard. It works just perfect with unfilled input fields, but in the app I develop I am using a login form, which can have autofilled input fields, and in that case two keyboards pop up simultaneously in the order of using in the html code. Is there a way to stop this behaviour and make it pop up when I click on the prefilled input field?

I'm using Angular 7.2.1.

Thanks!