mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
fix(multi-select): type dispatched select event
This commit is contained in:
parent
dc678e9904
commit
df63254c79
5 changed files with 24 additions and 10 deletions
|
@ -11,6 +11,11 @@
|
|||
{ id: '1', text: 'Email' },
|
||||
{ id: '2', text: 'Fax' },
|
||||
]}"
|
||||
on:select="{(e) => {
|
||||
console.log(e.detail.selectedIds);
|
||||
console.log(e.detail.selected);
|
||||
console.log(e.detail.unselected);
|
||||
}}"
|
||||
/>
|
||||
|
||||
<MultiSelect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue