From 4c65a8f7754058c36e4ccd2c4e9fb5fa4c14c23f Mon Sep 17 00:00:00 2001 From: weaseldotro <1822852+weaseldotro@users.noreply.github.com> Date: Mon, 5 Oct 2020 16:45:35 +0300 Subject: [PATCH] use HTMLDivElement instead for ListBox ref --- src/ListBox/ListBoxMenu.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;