Mottie / Keyboard

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

Input loses value when use more then one input and usePreview: false #617

Closed Tora-Bora closed 7 years ago

Tora-Bora commented 7 years ago

I try to setup static keyboard which hungs on the bottom of view and enters text to a few inputs. I set usePreview: false, alwaysOpen: true. I enter text to the first input, then click to the next input and text from previous input is disappeared.

Tora-Bora commented 7 years ago

I found the sample https://jsfiddle.net/Mottie/9t1nrrbh/ and it demonstrates the problem, impossible to fill both inputs.

Mottie commented 7 years ago

Hi @Tora-Bora!

The autoAccept option is set to false by default. Set it to true and the changes will be retained without pressing the accept button - demo.

Tora-Bora commented 7 years ago

Thanks a lot @Mottie !