fix(dropdown): selectedId prop is required

This commit is contained in:
Eric Liu 2022-05-21 13:42:36 -07:00
commit 9d6d2e2720

View file

@ -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