I am using a contenteditable div, when I tried to paste something with style, it was suppose to only copy the plain text, but it got the style as well, does anyone know how to force it to convert to plain text when I paste it or anyone has a better solution
Here is my code:
<div contenteditable="true">
This text can be edited by the user.
</div>