mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
test(combo-box): validate clear accessor params
This commit is contained in:
parent
32052df881
commit
f113395024
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
let ref: ComboBox;
|
let ref: ComboBox;
|
||||||
let listRef: HTMLDivElement = null;
|
let listRef: HTMLDivElement = null;
|
||||||
|
|
||||||
|
$: ref?.clear({ focus: false });
|
||||||
$: ref?.clear();
|
$: ref?.clear();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue