pIvan / ngx-color-picker

Pure Angular color picker library.
MIT License
94 stars 17 forks source link

Unable to get an event on click of pre-selected color #5

Closed urvil-mehta-tfs closed 4 years ago

urvil-mehta-tfs commented 4 years ago

After opening color picker, if i click on selected color, I need an event to close color picker. Can you please point me if there is anything available?

pIvan commented 4 years ago

Hi @urvil-mehta-tfs can you give me an example of code how you made that component, so I could give you a best-suited answer?

urvil-mehta-tfs commented 4 years ago

Hi plvan, I created a sample for you to see my requirement. In below link, when i click on color, color picker is opened, i should be to close color picker on click of selected color. Also, I should be able to close color picker on clicking anywhere outside.

https://stackblitz.com/edit/angular-vmmemd

Appreciate your help.

pIvan commented 4 years ago

Hi @urvil-mehta-tfs, here you can find example of how to wrap components to fit your needs (use last version 1.0.5).