Explorar el Código

Adding a few comments for clarity"

Richard Knight hace 6 años
padre
commit
ffa1c6912c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/app/dynaform/services/_formdata-utils.ts

+ 1 - 1
src/app/dynaform/services/_formdata-utils.ts

@@ -71,7 +71,7 @@ const combineExtraMeta = (metaG, extraMeta, createFromExtra = false, containerSe
 		if (typeof metaG[key] === 'object' || createFromExtra) {
 			const isCon = isContainer(val);
 			const metaFoG = metaG[key] || {};
-			const seed = isCon ? {} : containerSeed; // Container's don't seed themselves
+			const seed = isCon ? {} : containerSeed; // Container's don't seed themselves, only their children
 			const extra = isCon ?
 				{
 					...val,