Skip to content

Commit

Permalink
Added default spellchecker in draftRte
Browse files Browse the repository at this point in the history
  • Loading branch information
sneu012 committed Sep 25, 2018
1 parent 27cdfb1 commit f9a9f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DraftRte.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default class DraftRTE extends Component {
onEditorStateChange={this.onEditorStateChange}
onBlur={this.handleBlur}
editorRef={this.setEditorReference}
spellCheck={true}
handlePastedText={() => false}
{...draftRte}
/>
Expand Down

0 comments on commit f9a9f42

Please sign in to comment.