Dropdown Box
Props
dropDownDirection
Specifies which direction the drop-down menu should open.
DEFAULTTOPBOTTOMAUTO
dropDownDirection="TOP"
| Type | Default |
|---|---|
| string | AUTO |
bottomOffset
Specifies the maximum bottom offset. To use this prop you need dropDownDirection="AUTO".
bottomOffset={100}
| Type | Default |
|---|---|
| number | 0 |
Styling
dropDownContainerStyle
dropDownContainerStyle={{
backgroundColor: "#dfdfdf"
}}