{
+ if (!['ArrowDown', 'ArrowUp'].includes(event.key)) {
+ event.stopPropagation()
+ }
}}
- class="w-full center-center flex-col font-normal p-1
- hover:bg-gray-100 focus:bg-gray-100 rounded duration-200 dark:hover:bg-frost-900 dark:focus:bg-frost-900
- {label === value ? 'text-blue-600 bg-blue-50 pointer-events-none' : ''}"
- >
-
-
- No icons match your search
+ bind:value={search}
+ type="text"
+ placeholder="Search"
+ class="col-span-4 mb-2"
+ />
+
+ {#each filteredItems as label}
+
+ {:else}
+
+ No icons match your search
+
+ {/each}
- {/each}
-