Skip to content Skip to sidebar Skip to footer

Text Selection Bug With Draft.js And Decorator

I'm using a draft.js editor in such a way that I need to update the decorator and also the props of the component it renders on the fly inside onChange. This to mark parts of the t

Solution 1:

In the end it turns out I can do what I need with draft's entities, probably with much better performance


Post a Comment for "Text Selection Bug With Draft.js And Decorator"