We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see that the latest commit to Editr.vue implemented a blur event, but I can't seem to receive this event, for some reason.
<wysiwyg v-model="wysiwygHtml" @change="console.log('wysiwyg change')" @blur="console.log('wysiwyg blur')" />
change works great, but we never see "wysiwyg blur" in the console.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see that the latest commit to Editr.vue implemented a blur event, but I can't seem to receive this event, for some reason.
change works great, but we never see "wysiwyg blur" in the console.
The text was updated successfully, but these errors were encountered: