(hideFrontendSelection = true)} on:keydown={null}>
{
serviceOptions.frontend = e.detail.value
options.set(_options)
hideFrontendSelection = false
}}
on:pointerup={() => (hideServiceSelection = false)}
on:focus={() => (hideFrontendSelection = true)}
on:blur={() => (hideFrontendSelection = false)}
items={[
...frontendEntries.map(([frontendId, frontend]) => ({
value: frontendId,
label: frontend.name,
})),
]}
>
{item.label}
{#if !hideFrontendSelection}
{selection.label}
{:else}
{browser.i18n.getMessage("search_frontend") || "Search Frontend"}
{/if}
🮦
{
serviceOptions.redirectOnlyInIncognito = e.target.checked
options.set(_options)
}}
/>
{#if selectedService == "search"}
{
serviceOptions.redirectGoogle = e.target.checked
options.set(_options)
}}
/>
{/if}