You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Compare primitive objects (objects containing only primitive fields), but only is setValues was not used (dirty value will be determined by child forms)
235
-
dirty=comparePrimitiveObject(value,isDefault ? this.values[key] : this.defaultValues[key]);// Is switched intentionally
236
-
if(dirty===undefined){
237
-
console.warn(
238
-
"Do not use setValue for object in object fields, use setValueInternal instead (dirty value can not be determined), ",
239
-
key,
240
-
value
241
-
);
242
-
dirty=true;
243
-
}
213
+
}elseif(!(keyinthis.childMap)){
214
+
// Compare objects if there is no child form, because it calculates the dirty value for us
0 commit comments