react-color: BlockPicker: don't invoke onChangeComplete when typing an hex color in EditableInput
Currently, as far as I type #000
in the EditableInput
within the BlockPicker
, the onChangeComplete
prop is called.
Well, actually I wanted to type #000FFF
. Could onChangeComplete
be called just when Enter is pressed or something like that?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (6 by maintainers)
Commits related to this issue
- Debounce the hex input, give user time to enter +3 characters (#512) — committed to benhodgson87/react-color by benhodgson87 5 years ago
- Merge pull request #1 from benhodgson87/bugfix/debounce-hex-input Debounce the hex input, give user time to enter +3 characters (#512) — committed to benhodgson87/react-color by benhodgson87 5 years ago
- (#512) #583 debouncing merged into react color — committed to katsacca/react-color by katsacca 3 years ago
Any updates on this? Bug is still present.
@casesandberg Would it be possible to get a new release to get this fixed?