colorPicker
colorPicker copied to clipboard
throw a error if input have not default color value
colors.js in line: 221
colors[typ] = convert[from + '2' + typ](colors[from]);
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.