We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8500ec commit cf1dc28Copy full SHA for cf1dc28
bundles/form/views/field/address/input.riot
@@ -109,7 +109,7 @@
109
110
// set custom
111
this.value.custom = !this.value.custom;
112
- this.update();
+ this.onChange();
113
}
114
115
/**
@@ -127,7 +127,6 @@
127
this.$('[ref="formatted"]').value = this.value.formatted;
128
129
// update
130
131
this.onChange();
132
133
@@ -141,7 +140,7 @@
141
140
142
143
this.value.map = !this.value.map;
144
145
146
147
@@ -198,7 +197,7 @@
198
197
};
199
200
// update view
201
202
});
203
204
0 commit comments