Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Releases: noom/react-color

v2.17.5

11 Dec 19:15
347ed2b

Choose a tag to compare

Update package.json

Fix for the BlockPicker input

11 Dec 18:20

Choose a tag to compare

(BlockPicker): fixes blockpicker input not working (#616)

setUpdatedValue on EditableInput had a check that checked props.label not being null
in BlockPicker case label was undefined which caused the onChange to be called with
and object instead of hex string.