Maycon Beserra

Results 8 comments of 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: ![image](https://user-images.githubusercontent.com/911493/28752692-f4d9dcee-7525-11e7-9124-8cf493b9e113.png)

@jpuri here ![image](https://user-images.githubusercontent.com/911493/28752719-90936704-7526-11e7-9b54-90f8e2bf90dc.png)

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...

@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...