We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0c43e commit 3d41c63Copy full SHA for 3d41c63
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