Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting white sets value to #000000 #559

Open
McFcologne opened this issue May 4, 2020 · 0 comments
Open

Selecting white sets value to #000000 #559

McFcologne opened this issue May 4, 2020 · 0 comments

Comments

@McFcologne
Copy link

McFcologne commented May 4, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant