martywallace / vue-keyboard

A simple virtual keyboard for Vue.js.
MIT License
153 stars 16 forks source link

Prevent buttons from stealing focus. #22

Closed colin-guyon closed 6 years ago

colin-guyon commented 6 years ago

It allows the associated input element to stay focused, especially to keep the associated CSS :focus style if any while typing on the keyboard.

Hope it can make sense to you :)

colin-guyon commented 6 years ago

Thanks !