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

Two-way binging is half-broken since version 3.4.2 #184

Open
fifonik opened this issue Apr 11, 2018 · 0 comments
Open

Two-way binging is half-broken since version 3.4.2 #184

fifonik opened this issue Apr 11, 2018 · 0 comments

Comments

@fifonik
Copy link

fifonik commented Apr 11, 2018

Thanks for the nice color picker.

After upgrading to version 3.4.8 two-way binding is not working as expected. I played a bit and found that some changes in version 3.4.2 caused this.

How to re-produce:

  1. Create a simple inline color picker using version 3.4.1
  2. Try to choose color with mouse -- you'll see that color values in input and in two-way binging var are changing
  3. Double click the color code in input to select it and key in 000. You'll see that the color in color picker changed and two-way binding in updated
  4. Repeat the same steps with version 3.4.2+. Step 3 will fail: when you keying in the color 000 in the input field, two-way binding will not be updated any longer.

Demos:
3.4.1:
http://plnkr.co/edit/Oq6OYgtUtYOW7omfuvIv

3.4.8:
http://plnkr.co/edit/x1YLyRGxQfivXddDoONc

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