diff --git a/tests/ComboBox.test.svelte b/tests/ComboBox.test.svelte index 919a973b..9ee7eb9d 100644 --- a/tests/ComboBox.test.svelte +++ b/tests/ComboBox.test.svelte @@ -9,6 +9,7 @@ ]; let ref: ComboBox; + let listRef: HTMLDivElement = null; $: ref?.clear(); @@ -19,6 +20,7 @@ titleText="Contact" placeholder="Select contact method" items="{items}" + bind:listRef /> - +
+ +