mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(multi-select): make MultiSelect
slottable (#1183)
This commit is contained in:
parent
f5594daba6
commit
1017e80198
7 changed files with 71 additions and 17 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