mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
fix(dropdown): selectedId prop is required
This commit is contained in:
parent
74ffcecc9d
commit
9d6d2e2720
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
* Specify the selected item id
|
* Specify the selected item id
|
||||||
* @type {DropdownItemId}
|
* @type {DropdownItemId}
|
||||||
*/
|
*/
|
||||||
export let selectedId = undefined;
|
export let selectedId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specify the type of dropdown
|
* Specify the type of dropdown
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue