icebob / vue-touch-keyboard

Virtual keyboard component for Vue.js 2.x. Designed to Raspberry Pi Touch Display
MIT License
300 stars 116 forks source link

Inserting over selection #39

Closed aldinezi closed 5 years ago

aldinezi commented 5 years ago

Inserting character over selection should behave as hardware keyboard does, replacing selection with pressed character.

Currently, inserting character over selection just inserts character on the beginign of selection.

I have created PR that expands this behavior. #38

stvedo commented 5 years ago

I'm having same issue in my project. This fix would save me a lot of "hacky" work.

icebob commented 5 years ago

Released in 0.3.2

aldinezi commented 5 years ago

@icebob Thank you!