5} selectPlaceholder={"Select collection *"} noOptionsText="No collections found" selectionKey="id" items={selectCollections} readonly={!interactive || field.id} bind:keyOfSelected={field.options.collectionId} >
{#if !isSingle}
{/if}
{ if (e?.detail?.collection?.id && e.detail.collection.type != "view") { field.options.collectionId = e.detail.collection.id; } }} />