Topic Disable VKB on specific text boxes

We have two new locations for Keyman technical support:

The Tavultesoft Forums are now read only.


# Disable VKB on specific text boxes   2014-11-27 12:32:44.563
Matt
I have installed the keymanweb on to my test web site.

How do I disable the Virtual Keyboard for specific text input fields so that the Virtual Keyboard does not appear in those input fields?
# RE: Disable VKB on specific text boxes   2014-11-27 17:09:30.210
Marc Durdin
Tavultesoft Staff
I assume you are using KeymanWeb 2.0 (e.g. build 376 or later)?

Basically, add the class 'kmw-disabled' to the controls you don't want to have KeymanWeb on.

See http://jsfiddle.net/6Lkeu95o/ for an example.
# RE: Disable VKB on specific text boxes   2014-11-28 07:56:32.900
Matt
Thanks. I will try it.