Multifields disappears when re-edited
Hi,
I'm having an issue with multifields that were edited and populated with values disappear when when I go back and re-edit them. Is there a fix for this issue? Here is my xml for the multifield tab:
<layout jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns" margin="{Boolean}false"/>
<items jcr:primaryType="nt:unstructured">
<column jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container">
<items jcr:primaryType="nt:unstructured">
<fieldset jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/fieldset">
<layout jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns"/>
<items jcr:primaryType="nt:unstructured">
<column jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container">
<items jcr:primaryType="nt:unstructured">
<help-text jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/heading" text="Click 'Add Field' to add a new card" level="4" />
<cards jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/multifield">
<field jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/fieldset" name="./socialblock">
<layout jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns" method="absolute"/>
<items jcr:primaryType="nt:unstructured">
<heading3 jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/heading" text="Social Media Block" level="3"/>
<socialicon cq:showOnCreate="{Boolean}true" jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/select" fieldLabel="Social Icon" multiple="{Boolean}false" required="true" emptyText="- Select Icon -" name="./socialicon">
<items jcr:primaryType="nt:unstructured">
<one jcr:primaryType="nt:unstructured" text="Facebook" value="fa-facebook-square"/>
<two jcr:primaryType="nt:unstructured" text="Twitter" value="fa-twitter"/>
<three jcr:primaryType="nt:unstructured" text="Instagram" value="fa-instagram"/>
<four jcr:primaryType="nt:unstructured" text="YouTube" value="fa-youtube-play"/>
<five jcr:primaryType="nt:unstructured" text="Linkedin" value="fa-linkedin-square"/>
<six jcr:primaryType="nt:unstructured" text="Google+" value="fa-google-plus-square"/>
</items>
</socialicon>
<labelurl jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/textfield" required="{Boolean}true" fieldLabel="External URL" name="./socialurl"/>
<target4 cq:showOnCreate="{Boolean}true" jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/select" fieldLabel="Target" required="true" ordered="true" multiple="{Boolean}false" emptyText="- Select -" name="./socialtarget">
<items jcr:primaryType="nt:unstructured">
<one jcr:primaryType="nt:unstructured" text="Blank" value="_blank"/>
<two jcr:primaryType="nt:unstructured" text="Self" value="_self"/>
<three jcr:primaryType="nt:unstructured" text="Parent" value="_parent"/>
<four jcr:primaryType="nt:unstructured" text="Top" value="_top"/>
</items>
</target4>
</items>
</field>
</cards>
</items>
</column>
</items>
</fieldset>
</items>
</column>
</items>
</data2>