arsenowitch

Results 1 comments of arsenowitch

Hello @jpuri, I'm having the same problem I would like to have `controlled` editor. ``` class Editor extends Component { onEditorStateChange(editorState) { const textHtml = draftToHtml(convertToRaw(editorState.getCurrentContent())); this.props.onChange(textHtml); } render() {...