react-mentions
react-mentions copied to clipboard
Copy/pasting mentions from a disabled textarea not working in firefox
Steps to reproduce:
- Create a Mention that passes a disabled prop into the MentionInput (I suggest using the one in the demo example CutCopyPaste.js
- 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