casesandberg/react-color

document the onChangeComplete delay and make it configurable

Open

#516 opened on Jun 11, 2018

 (7 comments) (4 reactions) (0 assignees)JavaScript (921 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (12,322 stars)
PR merge metrics
 (PR metrics pending)

Description

I couldn't find any explanation in the documentation as to what onChangeComplete actually does. The code reveals that it is a hardcoded debounce with 100ms.

I suggest:

  1. Document the behavior
  2. Make the 100ms configurable

Contributor guide