Replies: 1 comment 1 reply
-
You are not using refs in your react quill instance. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm quite new to using React, and React Quill. I'm trying to get the user to type into 4 different quill editors and then use getText() and getContent() on the 4 editors. However, I don't know how to specify which editors to pull from. I've given each editor an id (editor1, editor2, editor3, editor4). Then when I try to pull the content from each editor I will get "Cannot read properties of undefined"
Thank you in advance. I appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions