Br tags when pasting

Tags: #<Tag:0x00007f8b28c2a690>

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.
image

Hi @gogokye

at the first glance, it looks like this issue https://github.com/handsontable/handsontable/issues/10116 (that has its origin in cell meta alteration).

Could you send me your settings?

Sorry for the late confirmation. The settings are in the picture below

image

The phenomenon occurs as follows

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).