Open yrjwcharm opened 1 year ago
Same why can't I just slide as in the live demo? using tailwind btw does that have to do with anything?
Did you ever resolve this? Having the same issue, using Tailwind as well.
Same issue here. I can't slide to select color, just able to select color on click.
This issue can occur if there is no color / onChange property. This is not a 100% clear when looking at the first example in the docs imo.
const [value, setValue] = useState(defaultValue)
<ChromePicker color={value} onChange={({hex}) => setValue(hex)}/>
Have the same issue.. everything is drawn, but nothing is interactive