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 s...
Russell Gove
Dec 05, 2016Iron Contributor
I think you can use reacts 'dangerouslySetInnerHTML' method to do this. See https://facebook.github.io/react/docs/dom-elements.html