colorPicker icon indicating copy to clipboard operation
colorPicker copied to clipboard

throw a error if input have not default color value

Open huyinghuan opened this issue 9 years ago • 1 comments

colors.js in line: 221

colors[typ] = convert[from + '2' + typ](colors[from]);

huyinghuan avatar Feb 18 '16 08:02 huyinghuan

Please give me more information. This is not replicable for me. If I have a <input class="color" /> instead of <input class="color" value="#B6BD79" /> it falls back to #FFFFFF but it doesn't throw an error.

PitPik avatar Mar 20 '16 15:03 PitPik