Hi @Sady_Rifat ,In below link https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/multifield/index.html .it clearly mentioned multifield extends Field component.check this below linkhttps://developer.adobe.co...
Hi Team ,I am trying to make multifiled readonly in Touch UI in aem 6.5.But it is not working as expected. <optionsjcr:primaryType="nt:unstructured"sling:resourceType="granite/ui/components/coral/foundation/form/multifield"composite="{Boolean}true"renderReadOnly="{Boolean}true"fieldLabel="Add Optio...
Hi @vasgurug , Which version of coral you are using. Please use below as sling:resourceType in dailog. Then it will work as expected . granite/ui/components/coral/foundation/form/numberfield. To work with Coral UI-2. please step property as below.Thanks,Sandeep.