Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The issue I'm encountering with the React-Color color picker is that I'm unable to slide and select colors. What could be the reason for this? #891

Open
yrjwcharm opened this issue Nov 10, 2023 · 5 comments

Comments

@yrjwcharm
Copy link

No description provided.

@mkecman
Copy link

mkecman commented Dec 1, 2023

Have the same issue.. everything is drawn, but nothing is interactive

@Moe03
Copy link

Moe03 commented Dec 3, 2023

Same why can't I just slide as in the live demo? using tailwind btw does that have to do with anything?

@janilamppu
Copy link

Did you ever resolve this? Having the same issue, using Tailwind as well.

@igords-goncalves
Copy link

Same issue here. I can't slide to select color, just able to select color on click.

@Kottakji
Copy link

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)}/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants