Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.
MIT License
185 stars 82 forks source link

Cancel button does not work #101

Open JbAmph opened 7 years ago

JbAmph commented 7 years ago

Hi,

I'm having an issue when I want to cancel a selected color. I have presets colors and when I want to cancel the selected color, it's still here. Also, is it possible to have an Output() on the cancel event ?

Thanks