{ if (event.target === event.currentTarget) onclose(); }} >
{ if (event.key === "Enter") { select(exact); } }} placeholder={$LL.actionSearch.PLACEHOLDER()} />
{#if currentAction !== undefined} {#if nextAction} {/if} {/if}
    {#if exact !== undefined}
  • Exact match select(exact)} />
  • {/if} {#if !exact && code} {#if code >= 2 ** 5 && code < 2 ** 13}
  • {:else}
  • Action code is out of range
  • {/if} {/if} {#each results as [category, actions] (category)} {#if actions.length > 0}

    {category.name}

    {category.description}
      {#each actions as action (action.code)} {/each}
    {/if} {/each}