mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
test(multi-select): assert id type
This commit is contained in:
parent
2ed780ff21
commit
ef72ee38e5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
label="Select contact methods..."
|
label="Select contact methods..."
|
||||||
hideLabel
|
hideLabel
|
||||||
items="{[
|
items="{[
|
||||||
{ id: '0', text: 'Slack' },
|
{ id: 0, text: 'Slack' },
|
||||||
{ id: '1', text: 'Email' },
|
{ id: '1', text: 'Email' },
|
||||||
{ id: '2', text: 'Fax' },
|
{ id: '2', text: 'Fax' },
|
||||||
]}"
|
]}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue