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
|
@ -1192,9 +1192,9 @@ None.
|
|||
|
||||
### Events
|
||||
|
||||
| Event name | Type | Detail |
|
||||
| :--------- | :--------- | :--------------------------------------------------------------------------------------------- |
|
||||
| select | dispatched | <code>{ selectedId: DropdownItemId, selectedIndex: number, selectedItem: DropdownItem }</code> |
|
||||
| Event name | Type | Detail |
|
||||
| :--------- | :--------- | :---------------------------------------------------------------------- |
|
||||
| select | dispatched | <code>{ selectedId: DropdownItemId, selectedItem: DropdownItem }</code> |
|
||||
|
||||
## `DropdownSkeleton`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue