instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

spellchecker not working - The spelling service was not found #91

Closed CharlesIrvineKC closed 6 years ago

CharlesIrvineKC commented 6 years ago

When I click on the spellchecker button, I get "The spelling service was not found". My configuration is:

<TinyMCE content={this.state.topicDescription} config={{ height: 400, selector: 'textarea', browser_spellcheck: true, ...

Any ideas on what might be going wrong?

CharlesIrvineKC commented 6 years ago

I figured this out. When using browser_spellcheck, you don't use a spellchecker plugin. browser_spellcheck was all that was needed. Closing issue.