diff --git a/src/ListBox/ListBoxMenu.svelte b/src/ListBox/ListBoxMenu.svelte index 853a5d7d..432e4538 100644 --- a/src/ListBox/ListBoxMenu.svelte +++ b/src/ListBox/ListBoxMenu.svelte @@ -7,7 +7,7 @@ /** * Obtain a reference to the input HTML element - * @type {null | HTMLInputElement} [ref=null] + * @type {null | HTMLDivElement} [ref=null] */ export let ref = null;