[SOLVED] Color picker - close On Select

Hello
I try to find a way to close color picker (on select) by using
closeOnSelect: true
but it does not work.
How to close color picker on select, please?
Thank you.

there is no such prop. And if you think about it, its ok the way it works. its a color picker. Its intented to choose a color moving the wheel, bars, etc. So if you use closeOnSelect, the user has only one chance to choose the color.
the only place that maybe it should work its in palette, where you have defined colors.

you can also use dom7 to finde the color picker, bind the click event and close it.

1 Like

Yes, Iā€™m using palette and I understand what you mean, thank you for explanation.