Dropdown
component along with DropdownLabel
, DropdownMenu
and DropdownMenuItem
can be used for creating toggleable dropdowns in declarative way.
Property | Type | Required | Default | Description |
---|---|---|---|---|
onChange | (menuItemValue: any) => void | - | handler that fires on |
Property | Type | Required | Default | Description |
---|---|---|---|---|
value | any | - |
|
Dropdown
,DropdownLabel
, DropdownMenu
and DropdownMenuItem
components all accept all of the responsive, theme-based style props.