test(combo-box): validate clear accessor params

This commit is contained in:
metonym 2022-01-12 15:48:35 -10:00
commit f113395024

View file

@ -11,6 +11,7 @@
let ref: ComboBox;
let listRef: HTMLDivElement = null;
$: ref?.clear({ focus: false });
$: ref?.clear();
</script>