--- components: ["Dropdown", "DropdownSkeleton"] --- ### Default ### Hidden label ### Format item display text Use the `itemToString` prop to format the display of individual items. { return item.text + ' (' + item.id +')' }} titleText="Contact" selectedIndex={0} items="{[{id: "0", text: "Slack"}, {id: "1", text: "Email"}, {id: "2", text: "Fax"}]}" /> ### Multiple dropdowns ### Top direction Set `direction` to `"top"` for the dropdown menu to appear above the input. ### Light variant ### Inline variant ### Extra-large size ### Small size ### Invalid state ### Warning state ### Disabled state ### Skeleton