Skip to content

Commit 87d9073

Browse files
committed
fix(field-color): model value not reflected
1 parent 41c8469 commit 87d9073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fields/input/FieldColor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
class="field-color"
55
type="color"
66
:name="field.name"
7+
:value="currentModelValue"
78
:required="isRequired"
89
@change="onFieldValueChanged"
910
>

0 commit comments

Comments
 (0)