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

enableAlpha doesn't create valid alpha values #56

Open
edgarw19 opened this issue Aug 10, 2020 · 1 comment
Open

enableAlpha doesn't create valid alpha values #56

edgarw19 opened this issue Aug 10, 2020 · 1 comment

Comments

@edgarw19
Copy link

Expected
Given I am using hex colors and set enableAlpha to true, when I drag the alpha slider, then the hex values should change and incorporate an alpha value to them.

Actual
The hex values do not incorporate the alpha value even when I set alpha to 0. If I attach a v-model to the component, then it looks like I am getting values like #FFFFFF.34 when I slide the alpha component, but they are overwritten by #FFFFFF without the alpha value.

@paulkarpenko
Copy link

I've having the same issue — is there a workaround?

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

2 participants