Skip to main content
Version: 5.0

Dropdown Box

Props#

dropDownDirection#

Specifies which direction the drop-down menu should open.

  • DEFAULT
  • TOP
  • BOTTOM
  • AUTO
dropDownDirection="TOP"
TypeDefault
stringAUTO

bottomOffset#

Specifies the maximum bottom offset. To use this prop you need dropDownDirection="AUTO".

bottomOffset={100}
TypeDefault
number0

Styling#

dropDownContainerStyle#

dropDownContainerStyle={{
backgroundColor: "#dfdfdf"
}}