colorcanvas
colorcanvas copied to clipboard
Setting input value to a hex color does not affect starting color of preview
<input type="color" value="#336699">
produces
<input type="text" value="#336699" style="display: none; ">
<div class="colorCanvasInput" style="background-color: rgb(255, 0, 0); background-position: initial initial; background-repeat: initial initial; "></div>