The Select Menu component allows selection of multiple items from a dropdown list.
children
string | node
disabled
bool
height
number
isHighlighted
bool
isSelectable
bool
isSelected
bool
item
any
onDeselect
func
onSelect
func
style
any
options
arrayOf
close
func
height
number
width
number
isMultiSelect
bool
When true, multi select is accounted for.
closeOnSelect
bool
When true, menu closes on option selection.
selected
arrayOf
This holds the values of the options
shouldAutoFocus
bool
When true, menu auto focuses on the search/filter bar.
onSelect
func
onDeselect
func
onFilterChange
func
hasFilter
bool
optionSize
number
renderItem
func
filterPlaceholder
string
filterIcon
elementType | element
optionsFilter
func
defaultSearchValue
string
title
string
The title of the Select Menu.
width
string | number
The width of the Select Menu.
height
string | number
The height of the Select Menu.
options
arrayOf
The options to show in the menu. [{ label: String, value: String | Number }]
onSelect
func
Function that is called when an option is selected.
onDeselect
func
Function that is called when an option is deselected.
selected
SelectedPropType
The selected value/values.
isMultiSelect
bool
When true, multi select is accounted for.
hasTitle
bool
When true, show the title.
hasFilter
bool
When true, show the filter.
filterPlaceholder
string
The placeholder of the search filter.
filterIcon
elementType | element
The icon of the search filter.
onFilterChange
func
Function that is called as the onChange() event for the filter.
position
Position.TOP | Position.TOP_LEFT | Position.TOP_RIGHT | Position.BOTTOM | Position.BOTTOM_LEFT | Position.BOTTOM_RIGHT
The position of the Select Menu.
detailView
func | node
Can be a function that returns a node, or a node itself, that is rendered on the right side of the Select Menu to give additional information when an option is selected.
titleView
func | node
Can be a function that returns a node, or a node itself, that is rendered in the header section of the Select Menu to customize the header.
emptyView
func | node
Can be a function that returns a node, or a node itself, that is rendered instead of the options list when there are no options.
closeOnSelect
bool
itemRenderer
func
Can pass a method that can be used to render custom items in the select menu
itemHeight
number
The height of the items in the select menu list
shouldAutoFocus
bool
When true, menu auto focuses on the search/filter bar.
close
func
title
string
width
string | number
height
string | number
headerHeight
number
options
arrayOf
hasTitle
bool
hasFilter
bool
filterPlaceholder
string
filterIcon
elementType | element
listProps
shape
isMultiSelect
bool
When true, multi select is accounted for.
closeOnSelect
bool
titleView
func | node
Node that is placed in the header section, above the options.
detailView
node
Node that is placed right next to the options.
emptyView
node
Node that is displayed instead of options list when there are no options.