Hi @Sandeep6, Although Multifield extend Field component, readOnly is not supported in multifield as @Sady_Rifat mentioned. Alternatively, you can add readOnly={Boolean}true to all the dialog fields of multifield, then all of the fields will be Read Only. <listItems jcr:primaryType="nt:unstructured"...