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
according to the documentation: hideHSV | bool | false | Hide HSV input.
example given:
The hideHSV prop does not work; hideHSB does work:
react-color-palette/src/components/ColorPicker.component.tsx line 14
Great library, thank you!
The text was updated successfully, but these errors were encountered:
Thank you for your feedback ❤️, I will fix it in the next update.
Sorry, something went wrong.
fix!: hideHSB -> hideHSV (#14)
hideHSB
hideHSV
b6d8e8b
Should be fixed in 6.0.0
Wondermarin
No branches or pull requests
My Environment
Expected Behavior:
according to the documentation:
hideHSV | bool | false | Hide HSV input.
example given:
Actual Behavior:
The hideHSV prop does not work; hideHSB does work:
Additional Context:
react-color-palette/src/components/ColorPicker.component.tsx line 14
Great library, thank you!
The text was updated successfully, but these errors were encountered: