bonafideduck / react-highlight-within-textarea

React component for highlighting bits of text within a textarea
93 stars 13 forks source link

Update docs to deprecate createDecorator #178

Closed bonafideduck closed 1 year ago

bonafideduck commented 1 year ago

CreateDecorator will be replaced by df = new DecoratorFactory() ; df.create(...) to allow for reusing the generated components. Fix the "Unwrap and Use Draft.js Directly" documentation.