tinymce-vue
tinymce-vue copied to clipboard
Same Paste is now working in TinyMCE
**Whenever I'm trying to paste the same text in TinyMCE it's showing a validation error This field is required **

@spocke @Afraithe @techtangents @TheSpyder Please Help Me Through This Issue
Ref: INT-2869
try use @selectionChange="changeContent"
{
this.text = item.currentTarget.childNodes[1].lastChild.innerHTML;
}
@akashhdeep As @andysay suggested you might need to manually trigger an event based on how you are evaluating those conditions. I'm guessing it's validating a text area instead of a reactive variable?
Happy to reopen this issue if you have a replication case