Replies: 1 comment 2 replies
-
Generally, onChange is the best place to detect that something needs saving to the database. Alternatively, you can listen to changes on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a comment in read only mode and store the new added comment to db.
In order to store the new added comment, I need store the updated editor value to db first, as it store the index of the comment, and then I need to store the new comment to the comment table in database.
When storing the updated editor value, except to using onChange, is there better way to update the editor value to database?
Beta Was this translation helpful? Give feedback.
All reactions