diff --git a/src/ComboBox/ComboBox.svelte b/src/ComboBox/ComboBox.svelte index 4696a408..63f3230d 100644 --- a/src/ComboBox/ComboBox.svelte +++ b/src/ComboBox/ComboBox.svelte @@ -108,7 +108,7 @@ const dispatch = createEventDispatcher(); let selectedId = undefined; - let inputValue = ""; + let inputValue = value; let highlightedIndex = -1; function change(dir) {