From e991da4db376c08ef19f244e277c84cc3cb7c821 Mon Sep 17 00:00:00 2001 From: bytedream <bytedream@protonmail.com> Date: Wed, 27 Dec 2023 19:31:57 +0100 Subject: [PATCH] allow any input in report --- src/routes/report/[...url_hash]/ReportDraft.svelte | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/routes/report/[...url_hash]/ReportDraft.svelte b/src/routes/report/[...url_hash]/ReportDraft.svelte index b15870f..89e81db 100644 --- a/src/routes/report/[...url_hash]/ReportDraft.svelte +++ b/src/routes/report/[...url_hash]/ReportDraft.svelte @@ -68,12 +68,7 @@ <option value={1}>Ich möchte einen unbekannten Spieler reporten</option> </Select> {#if reportedName !== null} - <Search - size="sm" - bind:inputValue={oldReported} - suggestionRequired={true} - searchSuggestionFunc={suggestNames} - /> + <Search size="sm" bind:value={oldReported} searchSuggestionFunc={suggestNames} /> {/if} </div> <div>