why multiselect dropdown field on page properties , selected values of multi-select dropdown on master copy are not visible on live copy pages?
I have a multiselect dropdown country on master page en.
<countries granite:class="countries"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/select"
emptyText="Select" fieldLabel="Countries" multiple="{Boolean}true"
name="./countries" renderReadOnly="{Boolean}true"
translateOptions="{Boolean}true">
<granite:data jcr:primaryType="nt:unstructured"
cq-msm-lockable="jcr:countries" />
<datasource jcr:primaryType="nt:unstructured"
sling:resourceType="/apps/dropdownPopulator" addNone="{Boolean}true"
dropdownSelector="countryList"/>
</countries>
When I open the live copy page of the master copy it doesn't show the option selected on master copy i.e. country field on the live copy page.
Any suggestions will be appreciated .Thanks.
