Skip to content
New issue

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

showButtons doesn't work #562

Open
PawBud opened this issue Jul 1, 2020 · 3 comments
Open

showButtons doesn't work #562

PawBud opened this issue Jul 1, 2020 · 3 comments

Comments

@PawBud
Copy link

PawBud commented Jul 1, 2020

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
Copy link
Author

PawBud commented Jul 1, 2020

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?

@mattcartlidge
Copy link

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

showButtons: "false"

@PawBud
Copy link
Author

PawBud commented Sep 9, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants