(open = false)} useAnchorWidth={!autoWidth} maxWidth={autoWidth ? 400 : null} maxHeight={customPopoverMaxHeight} customHeight={customPopoverHeight} offsetBelow={customPopoverOffsetBelow} >
(open = false)} > {#if autocomplete} (searchTerm = event.detail)} {disabled} placeholder="Search" /> {/if}
    {#if placeholderOption}
  • onSelectOption(null)} > {placeholderOption}
  • {/if} {#if filteredOptions.length} {#each filteredOptions as option, idx}
  • onSelectOption(getOptionValue(option, idx))} class:is-disabled={!isOptionEnabled(option)} > {#if getOptionIcon(option, idx)} {#if useOptionIconImage} icon {:else} {/if} {/if} {#if getOptionColour(option, idx)} {/if} {#if getOptionSubtitle(option, idx)} {getOptionSubtitle(option, idx)} {/if} {getOptionLabel(option, idx)} {#if option.tag} {option.tag} {/if}
  • {/each} {/if}
{#if loading}
{/if} {#if footer} {/if}