case
case
Could you explain to me what exactly this fixes and provide a screenshot of the changes?
This makes a lot of sense
I wonder if we need to revert the fix in that commit and find another solution for the problem that was solving.
@Tintef That would be a workaround but not a fix for the problem. We want to support all valid hexadecimal strings including alpha values and hexadecimal numbers.
I will keep track of this to make sure it makes it into v3.0.0
This looks good and makes sense to me. It seems like the CI isnt passing, happy to merge it in once you have fixed it.
Ah, yes this is part of a bigger problem. All of the input box changes get pumped right into Tinycolor on every change: https://github.com/casesandberg/react-color/blob/master/src/helpers/color.js#L22 The inputs need to not be...
Yeah, fer sure!
Would you like the `onMouseUp` to fire after dragging a selector on the hue or saturation?
Are you still looking for this as a feature? If I understand correctly you want to be able to complete an action after a user releases the mouse on a...