5} selectPlaceholder={isLoading ? "Loading..." : "Select collection"} noOptionsText="No collections found" selectionKey="id" items={collections} bind:keyOfSelected={options.collectionId} >
{ if (e?.detail?.collection?.id) { options.collectionId = e.detail.collection.id; } loadCollections(); }} />