The dropdown component.
Parameters:
Name | Type | Description |
---|---|---|
props | object | The component props. |
ref | object | The ref object. |
- Since
- 4.5.0
Returns:
The dropdown component.
- Type:
- JSX.
Element
Methods
(inner) convertMultiToSingleValue()
Converts a multi value to a single value.
- Since
- 4.5.0
(inner) convertSingleToMultiValue()
Converts a single value to a multi value.
- Since
- 4.5.0