5} selectionKey="id" labelComponent={optionComponent} disabled={isLoading} {optionComponent} {multiple} bind:keyOfSelected bind:selected on:show on:hide class="records-select block-options" {...$$restProps} > {#if !isLoadingCollection && collection} {/if} {#if canLoadMore} {/if} { if (e?.detail?.id) { keyOfSelected = CommonHelper.toArray(keyOfSelected).concat(e.detail.id); } loadList(true); }} />