mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-13 08:46:56 +08:00
🐛 Update search input.
This commit is contained in:
parent
f0c43a85eb
commit
f17f4f1054
@ -17,7 +17,6 @@
|
|||||||
type="text"
|
type="text"
|
||||||
{placeholder}
|
{placeholder}
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
autofocus={true}
|
|
||||||
class="w-full border-b border-neutral-300 bg-white p-3 pl-11 placeholder-neutral-500 focus:outline-none focus:ring-1 focus:ring-neutral-300 dark:border-neutral-800 dark:bg-neutral-900 dark:focus:ring-neutral-700"
|
class="w-full border-b border-neutral-300 bg-white p-3 pl-11 placeholder-neutral-500 focus:outline-none focus:ring-1 focus:ring-neutral-300 dark:border-neutral-800 dark:bg-neutral-900 dark:focus:ring-neutral-700"
|
||||||
bind:value={searchTerm}
|
bind:value={searchTerm}
|
||||||
on:input
|
on:input
|
||||||
|
Loading…
Reference in New Issue
Block a user