mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
Add unit test
This commit is contained in:
parent
57c9f836ff
commit
db0fccbfb4
2 changed files with 13 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
export let invalidText = "";
|
||||
export let warnText = "";
|
||||
export let helperText = "";
|
||||
export let hideLabel = false;
|
||||
export let size: "sm" | "xl" | undefined = undefined;
|
||||
export let shouldFilterItem: ComponentProps<ComboBox>["shouldFilterItem"] = (
|
||||
item,
|
||||
|
@ -31,6 +32,7 @@
|
|||
<ComboBox
|
||||
{disabled}
|
||||
{helperText}
|
||||
{hideLabel}
|
||||
{invalid}
|
||||
{invalidText}
|
||||
{items}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue