srm985 / mok-project

Multilingual Onscreen Keyboard Project
http://www.seanmcquay.com/mok-project.htm
MIT License
30 stars 8 forks source link

bind keyboard only on selected textboxes #37

Closed madhuraadawadkar closed 5 years ago

madhuraadawadkar commented 5 years ago

Is there a way we provide the popup keyboard only on selected text boxes instead of all textboxes in the page?

srm985 commented 5 years ago

@madawadkar there currently is not a way to trigger the keyboard only for specific fields. I'm thinking this would be a valuable feature though. The first implementation idea that comes to my mind is adding a data attribute to the input fields you'd like ti have the keyboard. I'll work on this feature.

srm985 commented 5 years ago

Implemented in Release V1.1.5.