spectrum icon indicating copy to clipboard operation
spectrum copied to clipboard

showButtons doesn't work

Open PawBud opened this issue 4 years ago • 3 comments

I was trying to solve an issue on zulip chat , I tried something like this

    clickoutFiresChange: true,
    showButtons: false,
    showPalette: true,
    showInput: true,
    palette: stream_color_palette,
};```

PawBud avatar Jul 01 '20 20:07 PawBud

The confirm button did not disappear, I tried to search for a solution on the docs and some blogs but was unsuccessful. If there is something wrong with the code, please do correct me.

My aim is to simply use the move event and completely remove the Confirm Button completely. the docs mention . If there are no buttons, the behavior will be to fire the change event (and update the original input) when the picker is closed. Does this mean that it will basically behave like the move event?

PawBud avatar Jul 01 '20 20:07 PawBud

I have the same issue. The below doesn't hide the buttons.

showButtons: "false"

mattcartlidge avatar Aug 05 '20 21:08 mattcartlidge

We have decided to switch to HTML5 color picker, but I will keep this issue open nevertheless

PawBud avatar Sep 09 '20 05:09 PawBud