We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805fcbe commit 9543ba5Copy full SHA for 9543ba5
1 file changed
resources/js/ResponsiveFieldtype.vue
@@ -5,6 +5,7 @@
5
:values="value"
6
:meta="meta"
7
:errors="errors"
8
+ :trackDirtyState="false"
9
@updated="updated($event)"
10
>
11
<div slot-scope="{ setFieldValue, setFieldMeta }">
@@ -57,7 +58,6 @@ export default {
57
58
methods: {
59
updated(data) {
60
const value = Object.assign({}, data);
- this.value = value;
61
this.update(value);
62
},
63
0 commit comments