Skip to content

Commit

Permalink
link to Quill's disable docs for readOnly prop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick authored Sep 16, 2017
1 parent fe097c4 commit 45fd196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ import ReactQuill, { Quill, Mixin, Toolbar } from 'react-quill'; // ES6
: Initial value for the editor as an uncontrolled component. Can be a string containing HTML, a [Quill Delta](https://quilljs.com/docs/delta/), or a plain object representing a Delta.
`readOnly`
: If true, the editor won't allow changing its contents.
: If true, the editor won't allow changing its contents. Wraps the Quill [`disable` API](https://quilljs.com/docs/api/#enable).

`placeholder`
: The default value for the empty editor.
Expand Down

0 comments on commit 45fd196

Please sign in to comment.