casesandberg/react-color
document the onChangeComplete delay and make it configurable
Open
#516 opened on Jun 11, 2018
enhancementhelp wanted
Repository metrics
- Stars
- (12,320 stars)
- PR merge metrics
- (No merged PRs in 30d)
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:
- Document the behavior
- Make the 100ms configurable