How to copy formatted text with <RenderHtml/>

14 Views Asked by At

I have a copy function to copy the text programmatically but I wanted to copy the formatted text, not the raw HTML. Is there a way to access the formatted text?

<RenderHtml
            contentWidth={width}
            source={{ html: item.content }}
            defaultTextProps={{ selectable: true }}
/>
0

There are 0 best solutions below