chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

Disable/Readonly Textarea #166

Open alchemist-bounty opened 1 year ago

alchemist-bounty commented 1 year ago

I can't find an option to disable or make readonly the textarea?

alanlecart commented 3 weeks ago

i can be a good feature with a param added, for the moment i just added a div wrapper arround with no clicks possibles


<div style="pointer-events: none !important">
   <wysiwyg v-model="commInv.description" />
</div>`