The trigger for the dropdown.
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| |||||||||||||||||||||||||||||||||||||||
ref | object | Ref to the component. |
- Since
- 4.5.0
- Source
Returns:
The trigger component.
- Type:
- JSX.
Element
Methods
(inner) getMultiTriggerLabel() → {string|JSX.Element}
Get the label for the multi dropdown trigger.
- Since
- 4.5.0
Returns:
The label for the multi dropdown trigger.
- Type:
- string |
JSX. Element
(inner) getSingleTriggerLabel() → {JSX.Element}
Get the label for the single dropdown trigger.
- Since
- 4.5.0
Returns:
The label for the single dropdown trigger.
- Type:
- JSX.
Element