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

HSL instead HexString format + transparent selection #181

Open
blademarek opened this issue Nov 21, 2017 · 2 comments
Open

HSL instead HexString format + transparent selection #181

blademarek opened this issue Nov 21, 2017 · 2 comments
Assignees
Labels
Milestone

Comments

@blademarek
Copy link

I want to get the hex with '#' has in it - its supposed to be 'hexString' format as you mentioned on many places.
On my local build i get the normal 'hex' format without the hash, and on your demo there is 'hsl' format instead - which is both wrong(imho). Is this expected behaviour? Or am i doing something wrong

The second thing is that when the model (color property) is not set, the swatch is set as Gray/no color(not sure) but the selection when i open it is completely transparent.
After click anywhere inside, whole palette shows up - hue to the most bottom (red color). Is there any way to make it not transparent so that the user knows where is he when it opens up, without the need to always set model color

@ruhley ruhley added this to the v3.5.0 milestone Nov 22, 2017
@ruhley ruhley self-assigned this Nov 22, 2017
@ruhley ruhley added the bug label Nov 22, 2017
@ruhley
Copy link
Owner

ruhley commented Nov 22, 2017

@blademarek The names of the formats comes from the tinycolor library - https://bgrins.github.io/TinyColor/docs/tinycolor.html. If you search for toHexString you will see that is where it adds the #.

I will look into the completely transparent picker as a bug

@Dhara-ZYMR
Copy link

Any updates regarding this bug?

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

No branches or pull requests

3 participants