Skip to Content
ComponentsDropdown

Dropdown

A dropdown list is a graphical control element, similar to a list box, that allows the user to choose one value from a list.

GitHub LogoSource Code

Groups

Use the separator property on any data item to create groups of items within the dropdown.

Customized items

The items in the values prop can be can be customized, namely with an icon or custom content on the label prop. Each item can be individually disabled also.

Last updated on