vue-wysiwyg icon indicating copy to clipboard operation
vue-wysiwyg copied to clipboard

Catch keyboard events.

Open Canser opened this issue 4 years ago • 1 comments

Any chance to catch keyboard events such as keydown?

Canser avatar Aug 18 '19 15:08 Canser

<wysiwyg v-model="myHTML" @input.native="e" />

just call e.target.innerHTML to get value

wobsoriano avatar Aug 28 '19 02:08 wobsoriano