Hi Clive,You can add multi-select to the select component by adding multiple="{Boolean}true". Your component would look something like this:<selectExample jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/select" fieldLabel="Multi Select Example" multiple="{...