Maycon Beserra
Maycon Beserra
Hi @jpuri it's a blank text. the `RichEditor.Render` log is printing what I'm receiving. Should it be ``?
@jpuri I added `` when the content is Empty Or Null, and then I started getting another error: 
@jpuri here 
for rendering, I'm doing as suggested in the readme: ` render() { console.log('RichEditor:render', this.props.content);` const blocksFromHtml = htmlToDraft(this.props.content || ''); const { contentBlocks, entityMap } = blocksFromHtml.contentBlocks; const contentState =...
@jpuri the error above, I managed to solve with the example from that guy: https://github.com/facebook/draft-js/issues/809 However, when I started typing and pause, and type again, the new text is added...
yes, it's a controlled component
@freneza you are having this issue because of the return statement. GetAll() should return a Try type. e.g. ` return Try.Run( () => connection.Query(QueryGetAll)); ` If you look @ElemarJR 's...
Hi @clamarque do you have any plans to develop that feature? in my case is really similar. I'd like to change the colours based on a string e.g. monitor status...