casesandberg/react-color

document the onChangeComplete delay and make it configurable

Open

#516 geöffnet am 11. Juni 2018

Auf GitHub ansehen
 (7 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)JavaScript (946 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (11.679 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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