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
1
types/Dropdown/Dropdown.svelte.d.ts
vendored
1
types/Dropdown/Dropdown.svelte.d.ts
vendored
|
@ -145,7 +145,6 @@ export default class Dropdown extends SvelteComponentTyped<
|
|||
{
|
||||
select: CustomEvent<{
|
||||
selectedId: DropdownItemId;
|
||||
selectedIndex: number;
|
||||
selectedItem: DropdownItem;
|
||||
}>;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue