-
Notifications
You must be signed in to change notification settings - Fork 354
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
Color not automatically selected when using RGBA #177
Comments
I am also wondering about this. |
I think that is due to VueJS limitations in detecting mutations in nested object properties. |
Works perfectly fine with hsl values though... |
Hi guys. After I checked, confirm that this is a long-standing bug. Will fix it in these two days. |
linx4200
added a commit
that referenced
this issue
Mar 5, 2020
linx4200
added a commit
that referenced
this issue
Mar 5, 2020
fixed version v2.7.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Colors like so:
Input like so:
Everything renders fine and the input event works etc... the only issue is the picker circle/slider have not adjusted to represent the initial
colors
value, however when I use a Hex string (i.e#F00
) this does happen.UPDATE
It actually only seems to not be working when I try to update
this.colors
like so:I take it this is not reactive intentionally...?
Cheers.
The text was updated successfully, but these errors were encountered: