{#if open}
{ if (e.target === e.currentTarget) onClose(); }} onkeydown={onKeydown} tabindex="-1" >
{m.create_list_modal_title()}
{ e.preventDefault(); void submit(); }} class="space-y-3" >
{m.create_list_input_label()}
{#if suggestionChipLabel}
{m.create_list_suggestion_chip({ title: suggestionChipLabel })}
{/if} {#if suggestions.length > 0}
{#each suggestions as s (s)}
applySuggestion(s)} class="block w-full px-3 py-1.5 text-left text-slate-700 hover:bg-slate-100 dark:text-slate-300 dark:hover:bg-slate-700" > {s}
{/each}
{/if} {#if error}
{error}
{/if}
{m.common_cancel()}
{#if creating}
{m.loading()}
{:else} {m.create_list_submit()} {/if}
{/if}