Mottie / Keyboard

Virtual Keyboard using jQuery ~
http://mottie.github.io/Keyboard/
Other
1.78k stars 723 forks source link

Change input text without "accept" button #602

Closed macdasi closed 7 years ago

macdasi commented 7 years ago

Is there a way I can configure the keyboard to change the input without pressing "accept" button ? I want the client to be able to open keyboard -> press keys -> when exit see the change

Mottie commented 7 years ago

Hi @macdasi!

Set the autoAccept option to true - see demo.

macdasi commented 7 years ago

10x