@@ -109,8 +109,11 @@
}
},
- currentColor(val) {
- this.customInput = val;
+ currentColor: {
+ immediate: true,
+ handler(val) {
+ this.customInput = val;
+ }
};
@@ -165,6 +165,7 @@
enableAlpha: this.showAlpha,
format: this.colorFormat
});
+
return {
color,
showPicker: false,