gtgalone / react-quilljs

React Hook Wrapper for Quill, powerful rich text editor.
https://www.npmjs.com/package/react-quilljs
MIT License
248 stars 28 forks source link

Multiple quilljs editors on same page? #42

Closed rampandey-dev closed 2 years ago

rampandey-dev commented 2 years ago

How can we create multiple quill editors on same page as we have only one ref?

gtgalone commented 2 years ago

@rampandey-dev Hello!

You cannot use multiple quill editor with one ref.

You have to make quill editor as a component and you can add multiple quill components in the same parent component.