This is an awesome project. I want to use some of the prebuilt pickers, but my use case doesn't include editing the opacity/alpha channel. It would be great if it were possible to disable opacity/alpha on these pickers even if it means not being exactly like the pickers they were inspired from.
Yep! This is a dupe of https://github.com/casesandberg/react-color/issues/99, you can use:
<ChromePicker disableAlpha="true" />
<SketchPicker disableAlpha="true" />
I have also created this issue to make sure this gets in the documentation! https://github.com/casesandberg/react-color/issues/241
This link is helpful. Just one more query if we use
Most helpful comment
Yep! This is a dupe of https://github.com/casesandberg/react-color/issues/99, you can use:
I have also created this issue to make sure this gets in the documentation! https://github.com/casesandberg/react-color/issues/241