Upon setting state, the picker (SketchPicker) fails to update its internal state for alpha.
Steps to reproduce:
Upon setState the color is updated properly. The alpha, however stays the same. Please, note that the alpha is properly updated in the color object. However, the picker always displays alpha 100 in the alpha drag range input.
I figured it out - my initial state object schema was a bit different that the required one. Thanks for the great color picker!
any idea for this ? plz
this is the solution https://github.com/casesandberg/react-color/issues/750#issuecomment-684882202