input.focus() }, { shortcut: { ctrl: true, shift: true, key: 'k' }, onShortcut: onFilterClick }, ]} />
(value = '')} on:submit|preventDefault={onSubmit} >
{#if showClearIcon}
{/if} {#if showHistory && $savedSearchTerms.length > 0} clearSearchTerm(searchTerm)} on:selectSearchTerm={({ detail: searchTerm }) => handlePromiseError(onHistoryTermClick(searchTerm))} /> {/if} {#if showFilter} onSearch(detail)} /> {/if}