If '< a >' tag is contained in paste text, how can i transform the Link into plain text?

Editor is not great at handling pasted content atm, but you can create your own draftjs hook and use editor as controlled component.
Let me know if you have issues / queries in doing that.
@jpuri Hi, jpuri, thanks for your help.
I find a property named stripPastedStyles, and i give a 'true' value, then it works.

Sounds good, closing this issue !
Most helpful comment
@jpuri Hi, jpuri, thanks for your help.

I find a property named stripPastedStyles, and i give a 'true' value, then it works.