diff --git a/src/ListBox/ListBoxField.svelte b/src/ListBox/ListBoxField.svelte index b49e4dbf..1f8d5485 100644 --- a/src/ListBox/ListBoxField.svelte +++ b/src/ListBox/ListBoxField.svelte @@ -45,7 +45,7 @@
{/if} {#if open} - + {#each filterable ? filteredItems : sortedItems as item, i (item.id)}