Plate editor with react hook form #3516
-
I need the Plate editor to work with react hook form, but i can't get it to work. Also the value of the rich text editor should be converted to a string that contains the HTML, because i need to save it in a database. Anyone that knows how to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
zbeyens
Sep 9, 2024
Replies: 1 comment 6 replies
-
See https://platejs.org/docs/controlled For database saving, you can either store the JSON or stringify it. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
zbeyens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://platejs.org/docs/controlled
For database saving, you can either store the JSON or stringify it.