react-mentions icon indicating copy to clipboard operation
react-mentions copied to clipboard

Copy/pasting mentions from a disabled textarea not working in firefox

Open Sigrsig opened this issue 3 years ago • 0 comments

Steps to reproduce:

  1. Create a Mention that passes a disabled prop into the MentionInput (I suggest using the one in the demo example CutCopyPaste.js
  2. In firefox, try copying a mention from the disabled textarea to another (non-disabled) textarea

Expected behaviour: Mention is pasted along with the text

Observed behaviour: Only text is pasted

Workaround: N/A

Sigrsig avatar May 24 '22 13:05 Sigrsig