Relative Content

Tag Archive for javascriptreactjstextboxsupabasereact-quill

How to work with multiple react quill editors on the same page

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.