Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Start Example missing theme="snow" #226

Closed
jdh-invicara opened this issue Jun 29, 2017 · 3 comments
Closed

Quick Start Example missing theme="snow" #226

jdh-invicara opened this issue Jun 29, 2017 · 3 comments

Comments

@jdh-invicara
Copy link

Great documentation updates. Thanks!

One more:

<ReactQuill value={this.state.text}
                  onChange={this.handleChange} />

Should be:

<ReactQuill value={this.state.text}
                  theme="snow"
                  onChange={this.handleChange} />
@alexkrolick
Copy link
Collaborator

That is the default

@jdh-invicara
Copy link
Author

I could have sworn last night that when I didn't include theme="snow" I got the non-styled version of the editor (even when the snow.css was included). I'm at work right now but I'll retest tonight.

@alexkrolick
Copy link
Collaborator

You can try removing the theme prop from this: https://codepen.io/alexkrolick/pen/xgyOXQ?editors=0010

If you confirm it's not working later, it's a bug to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants