Closed Akshay090 closed 4 years ago
can we pass a prop like stopAnnotate={false} so that the users dont be able to annotate the text themself, the annotation be only done by the json data received from server
Yep - see the "simple controlled" example in the README. If you pass value but not onChange, user interaction won't do anything
value
onChange
can we pass a prop like stopAnnotate={false} so that the users dont be able to annotate the text themself, the annotation be only done by the json data received from server