I am using handsontable 9.0.2 version in vue2.
If you copy the contents of the grid that is using syncfusion grid together and paste it to handsontable, tags like this are pasted together.
If you use the renderer: ‘html’ option, it is not visible, but when you enter edit mode, the tag is exposed again.
I want to show only the text, excluding tags.
If you run the beforePaste function, it looks like an image.
Thank you for sharing the details. Issue linked before is not connected to this issue. However, I found a bug report on Chromium at https://bugs.chromium.org/p/chromium/issues/detail?id=383677 (It was reported in 2014 and still not fixed). And here’s a related topic with copying and pasting https://bugs.chromium.org/p/chromium/issues/detail?id=654509. It that is true once you copy the cells you could see the <br class="Apple-interchange-newline"> being pasted is any other input or textarea (not only Handsontable).