We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Have the same issue.. everything is drawn, but nothing is interactive
Sorry, something went wrong.
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)}/>
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: