diff --git a/svelte/src/components/MultiCombo.svelte b/svelte/src/components/MultiCombo.svelte index 75e26d4..4de98e2 100644 --- a/svelte/src/components/MultiCombo.svelte +++ b/svelte/src/components/MultiCombo.svelte @@ -52,6 +52,7 @@ value = id; onchange && onchange({ value: id }); inputElement.focus(); + text = ""; } }