uiwjs/react-color

Feature request: Ability to disable alpha

PedroDNBR opened this issue · 1 comments

It would be very nice to be able to pass a prop to the color picker to remove the alpha slider when I want to restrict the possible value selected to RGB, not RGBA. If the ability already exists, I have not managed to find it in the documentation.

I'm thinking it would work something like:

<Colorful disableAlpha='true' />

image

@PedroDNBR Upgrade v1.1.0+

<Colorful disableAlpha={true} />