We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b7d65 commit 8d9689bCopy full SHA for 8d9689b
src/views/Search.svelte
@@ -1,6 +1,6 @@
1
<Form>
2
<FormGroup>
3
- <Input bind:value={search} placeholder="filter=" name="filter" type="search" width="12" size="lg" inline autofocus>
+ <Input bind:value={search} placeholder="filter=" name="filter" type="text" width="12" size="lg" inline autofocus>
4
<svelte:fragment slot="iconRight">
5
{#await $searchAll}
6
<IconButton loading />
0 commit comments