Mottie / Keyboard

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

Prefilled data in input or textarea #594

Closed Akhileshkumarr closed 7 years ago

Akhileshkumarr commented 7 years ago

Hi ! I have a trouble... I'm using the virtualkeyboard in a meteor js project. i want to prefilled data in input or textarea please help how to do that thank you.

Mottie commented 7 years ago

Hi @Akhileshkumarr!

Fill the input or textarea using the same method that is always used to fill an input or textarea.

<input id="keyboard" value="This is the input value">
<textarea id="keyboard2">This is the textarea value</textarea>
Akhileshkumarr commented 7 years ago

Thanks for the reply, I tried it this way before but i figured out I messed up something at that time. Now its working fine :) Cheers!