mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
test(multi-select): assert let:item, let:index
This commit is contained in:
parent
9543476b40
commit
c141aa8d35
1 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,12 @@
|
|||
on:blur="{(e) => {
|
||||
e.detail; // number | FocusEvent
|
||||
}}"
|
||||
/>
|
||||
let:item
|
||||
let:index
|
||||
>
|
||||
{item.id}
|
||||
{index}
|
||||
</MultiSelect>
|
||||
|
||||
<MultiSelect
|
||||
titleText="Contact"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue