Skip to content

Unable to save comments #3487

Answered by 12joan
DineshCodeFlow asked this question in Q&A
Discussion options

You must be logged in to vote

The onChange prop only handles changes to the Slate value. Comment data must be stored separately from the Slate value, such as in a database table, and updated in response to onCommentAdd, onCommentUpdate and onCommentDelete. You should implement this yourself in a way that is appropriate for your app.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sewellstephens
Comment options

Answer selected by zbeyens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
3 participants
Converted from issue

This discussion was converted from issue #3095 on September 01, 2024 00:06.