martywallace/vue-keyboard

put a word instead of a symbol in a layout without using callback function

andreabisello opened this issue · 0 comments

i would like to create a layout using some words, not symbols.

i know i can use the {text:action} syntax,

but in my use case i simply want to put the text as value of the v-model.

now the work around is to create a method that set the value received as value of the v-model.