picker.close()} class="relative"> 0 ? listboxId : undefined} aria-autocomplete="list" aria-activedescendant={activeOptionId} placeholder={placeholder} value={inputValue} oninput={handleInput} onkeydown={handleKeydown} class="block w-full rounded border border-line bg-surface px-3 py-2 text-sm text-ink placeholder:text-ink-3 focus:outline-none focus-visible:ring-2 focus-visible:ring-focus-ring" /> {#if picker.isOpen} {#if picker.loading}

{m.comp_multiselect_loading()}

{:else if picker.error}
{:else if picker.results.length === 0}

{m.comp_typeahead_no_results()}

{:else} {/if} {/if}