React-quill: Text color changer does not work (does work in QuillJS)

Created on 11 Jul 2017  路  1Comment  路  Source: zenoamaro/react-quill

Browser: IE 11 (looks like it's not working in other browser too)

https://codepen.io/anon/pen/YQdqLa?editors=0010#0

Repro:

  1. Type a word of text, select the word.
  2. Try to change the color

Expected:
-word that was selected changes color

Actual:
-nothing changes about the text color.

This is not a Quill JS issue

Quill version

  • [X ] 1.0.0-rc-3

Most helpful comment

image

You need to whitelist 'color' in the enabled format list, or remove the prop to enable the default set (which is currently everything).

>All comments

image

You need to whitelist 'color' in the enabled format list, or remove the prop to enable the default set (which is currently everything).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pooriamo picture pooriamo  路  3Comments

mtando picture mtando  路  5Comments

matthewfbenjamin picture matthewfbenjamin  路  5Comments

Drejerdk picture Drejerdk  路  4Comments

InsectEater picture InsectEater  路  4Comments