We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd0c43e + 3d41c63 commit b4c2165Copy full SHA for b4c2165
frontend/express/public/javascripts/countly/vue/components/input.js
@@ -43,7 +43,7 @@
43
},
44
methods: {
45
setColor: function(color) {
46
- this.$emit("input", color.hex);
+ this.$emit("input", color.hex8);
47
48
reset: function() {
49
this.setColor({hex: this.resetValue});
@@ -1358,4 +1358,4 @@
1358
</div>'
1359
}));
1360
1361
-}(window.countlyVue = window.countlyVue || {}));
+}(window.countlyVue = window.countlyVue || {}));
0 commit comments