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

Not change value with first click #47

Open
FRiMN opened this issue Sep 17, 2019 · 2 comments
Open

Not change value with first click #47

FRiMN opened this issue Sep 17, 2019 · 2 comments

Comments

@FRiMN
Copy link

FRiMN commented Sep 17, 2019

Describe the bug
Widgets with a set black color (or without a set value) the first time you click in the color selection canvas, the value does not change.

It appears on examples page.

To Reproduce
Steps to reproduce the behavior:

  1. Go to examples page in docs
  2. Click on any widget with set black color (or withour a set value)
  3. Click on color choose canvas
  4. See is value not change

Expected behavior
Value is change

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browsers: Firefox, Chrome
  • Version: ^0.0.12
@hbsoftco
Copy link

hbsoftco commented May 9, 2020

I have same problem!

@Zuwie
Copy link

Zuwie commented Sep 2, 2021

Same problem for me in 2021/08.

As a workaround I change the value of it when mounted

private async mounted() { const originalColor = this.colorHex; this.colorHex = '#ff00ff'; await this.$nextTick(); this.colorHex = originalColor; }

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

3 participants