Forum Discussion
Awake Kapoor
Dec 03, 2016Copper Contributor
How to convert string into HTML in react SharePoint framework client web part
I am trying to print some text retreived from Multiline column of SP list with rich text formatting but when i bind that retreived text with one of the div using (this,state.text) it is printing as string not as html, no formatting is done text showing all the text with p, div , anchor tags, is there any solution for this
1 Reply
- Russell GoveIron Contributor
I think you can use reacts 'dangerouslySetInnerHTML' method to do this. See https://facebook.github.io/react/docs/dom-elements.html