chmln / vue-wysiwyg

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

Add emit on Blur event on editor. #82

Closed dkhjmu closed 5 years ago

dkhjmu commented 6 years ago

In IE Quill editor can't bind v-model. So, I need blur event. Add emit on Blur event on editor. Thank you,

tsengorz commented 5 years ago

Any update on this? I like to have this blur event as well.

epaezrubio commented 5 years ago

This would be highly useful when integrating the editor with other validation libraries. What is preventing this PR of being merged?