--- 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 ### Light variant ### Inline type ### Extra-large size ### Small size ### Invalid state ### Warning state ### Disabled state ### Skeleton