You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a simple inline color picker using version 3.4.1
Try to choose color with mouse -- you'll see that color values in input and in two-way binging var are changing
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
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.
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:
Demos:
3.4.1:
http://plnkr.co/edit/Oq6OYgtUtYOW7omfuvIv
3.4.8:
http://plnkr.co/edit/x1YLyRGxQfivXddDoONc
The text was updated successfully, but these errors were encountered: