itsjavi / bootstrap-colorpicker

Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
https://itsjavi.com/bootstrap-colorpicker/
MIT License
1.38k stars 367 forks source link

Close the color picker on ESC #280

Closed antag0n1st closed 6 years ago

antag0n1st commented 6 years ago

Is it possible to close the color picker when pressing the escape button ? Or at least a function that will close it , so that I can bind it with the esc key.

itsjavi commented 6 years ago

I think you are looking for the hide function: https://farbelous.io/bootstrap-colorpicker/Colorpicker.html#hide You can of course bind your own events and close the color picker using that function.