itsjavi / bootstrap-colorpicker

Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.

Home Page:https://itsjavi.com/bootstrap-colorpicker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Close the color picker on ESC

antag0n1st opened this issue · comments

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.

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.