relzhong / vue-virtual-keyboard

Use jQuery Virtual Keyboard in Vue
MIT License
7 stars 3 forks source link

Custom element to use as input #4

Closed emkeythekeyem closed 4 years ago

emkeythekeyem commented 5 years ago

I see that when i initialize the component it automatically creates

<input class="keyboard-wrapper" aria-haspopup="true" role="textbox">

Can i specify in the options the custom input that will trigger the keyboard? Instead of it to be automatically created?

Immagine

Thanks

relzhong commented 5 years ago

You can‘t directly use input tag, because inside component i use Jquery to bind input or textarea instance. if you want to change style, just use global css to like demo in readme.