Hi!
I have the problem with selecting the color from picker, because the first time I open it and select some value onChange event gets fired twice. I checked the call stack and the event is fired by both onColorClick and onMouseUp events. After that it seems like it's working fine. Not sure if this is something I broke with my fork, but it does not seems so. I am using hsv format and I tried to set the value initially to both null and hsv string or object. Maybe you have some rough idea what can be potentially wrong here ?
EDIT: the first ng-model value is always (0, 0%, 100%)
Hi! I have the problem with selecting the color from picker, because the first time I open it and select some value
onChange
event gets fired twice. I checked the call stack and the event is fired by bothonColorClick
andonMouseUp
events. After that it seems like it's working fine. Not sure if this is something I broke with my fork, but it does not seems so. I am usinghsv
format and I tried to set the value initially to both null and hsv string or object. Maybe you have some rough idea what can be potentially wrong here ? EDIT: the first ng-model value is always (0, 0%, 100%)