From 23015c090ba0a7e849e2492b8cf36b7689fc5440 Mon Sep 17 00:00:00 2001 From: Rafael Dessotti Date: Mon, 6 Sep 2021 10:01:26 -0300 Subject: [PATCH] Exporting function clear --- src/ComboBox/ComboBox.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ComboBox/ComboBox.svelte b/src/ComboBox/ComboBox.svelte index 797f94e5..2f7edd86 100644 --- a/src/ComboBox/ComboBox.svelte +++ b/src/ComboBox/ComboBox.svelte @@ -123,7 +123,7 @@ highlightedIndex = index; } - function clear() { + export function clear() { selectedIndex = -1; highlightedIndex = -1; open = false;