Closed arunim2405 closed 3 years ago
Update, downgraded to v0.7.1 and it started working
Yeah It's not working in JavaScript projects with new updates. Typescript is ok.
It's working in new release v0.7.7 . I'm closing this issue now, Feel free to reopen if the problem still exists
Looks like it broken again:
<QuillEditor
ref={(ref) => {
ref?.setText("TEST");
}}
As result I get empty input
I cannot Modify/ focus the editor and its content. The toolbar is rendering but I can't change any selected option (text color, justification etc.) My code is:
As you can see I tried changing the properties using the ref object but it didn't work. Any help would be appreciated thanks