the-darc / angular-virtual-keyboard

An AngularJs Virtual Keyboard Interface based on GreyWyvern VKI
http://the-darc.github.io/angular-virtual-keyboard
MIT License
72 stars 41 forks source link

No replacement of selection under Chrome #25

Open mszajner opened 8 years ago

mszajner commented 8 years ago

When I select text in input (type=number) and then I press key on virtual keyboard, then new key is append to text. When I set type of input to text, then selection is replaced by new key. On Firefox selection is replaced by new key (for every type of input).