react-mentions
react-mentions copied to clipboard
Issue when crtl + x via setState value
Steps to reproduce:
- textarea with setstate value.
- mention something.
- keydown crtl + x
- you can see mentioned string is canceled
- omg OTL
Expected behaviour: when I want to cut off all texts and paste somewhere, i have to be able to copy mentioned texts and paste it.
Observed behaviour: it's unfortunately...
Workaround:
same here