bgrins/spectrum

Selecting white sets value to #000000

McFcologne opened this issue · 0 comments

When i select white, the value is #000000

`
<input type="color" id="test">

...

$('#test').spectrum({
showInput: false,
allowEmpty: false
});
`

Any value different from #ffffff will be returned correctly using:

$('#test').val()

..except of white, white turns black (#000000)