Skip to content

Commit 8d9689b

Browse files
authored
Fix double close button
1 parent e3b7d65 commit 8d9689b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Search.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Form>
22
<FormGroup>
3-
<Input bind:value={search} placeholder="filter=" name="filter" type="search" width="12" size="lg" inline autofocus>
3+
<Input bind:value={search} placeholder="filter=" name="filter" type="text" width="12" size="lg" inline autofocus>
44
<svelte:fragment slot="iconRight">
55
{#await $searchAll}
66
<IconButton loading />

0 commit comments

Comments
 (0)