casesandberg/react-color

Cant type in 4 or 8 letter color names in editable input anymore

Open

#552 aberto em 19 de out. de 2018

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (946 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (11.679 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

On the react color demo page I am able to type in "blue" into any of the editable inputs and that is recognized as valid. Since this fix - https://github.com/casesandberg/react-color/commit/669bf040955d2b8ff82b491e1044d28fe80d06b5#diff-012ff5a8f8316a2507102ec918eaf81b I am not able to type in 4 or 8 letter color names. They return as invalid because of the length check. So while "red" or "yellow" works fine, "blue" or "gray" doesnt.

Is there a work around for this?

Guia do colaborador