mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
feat: omit selectedIndex
from the select
event
This commit is contained in:
parent
aa6396f02a
commit
d52828a25c
4 changed files with 7 additions and 9 deletions
|
@ -3228,7 +3228,7 @@
|
|||
{
|
||||
"type": "dispatched",
|
||||
"name": "select",
|
||||
"detail": "{ selectedId: DropdownItemId, selectedIndex: number, selectedItem: DropdownItem }"
|
||||
"detail": "{ selectedId: DropdownItemId, selectedItem: DropdownItem }"
|
||||
}
|
||||
],
|
||||
"typedefs": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue