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

Same Paste is now working in TinyMCE

Open akashhdeep opened this issue 3 years ago • 3 comments

**Whenever I'm trying to paste the same text in TinyMCE it's showing a validation error This field is required **

image

akashhdeep avatar Apr 27 '22 05:04 akashhdeep

@spocke @Afraithe @techtangents @TheSpyder Please Help Me Through This Issue

akashhdeep avatar Apr 27 '22 05:04 akashhdeep

Ref: INT-2869

exalate-issue-sync[bot] avatar Apr 27 '22 05:04 exalate-issue-sync[bot]

try use @selectionChange="changeContent"

{

  this.text = item.currentTarget.childNodes[1].lastChild.innerHTML;

}

andysay avatar Jun 21 '22 06:06 andysay

@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

jscasca avatar Oct 17 '22 11:10 jscasca