colorcanvas icon indicating copy to clipboard operation
colorcanvas copied to clipboard

Setting input value to a hex color does not affect starting color of preview

Open gertig opened this issue 13 years ago • 0 comments

<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>

gertig avatar Sep 26 '12 17:09 gertig