Version: 5.1
List and Items
#
Disable an ItemYou may want to disable an item, The item will be unselectable.
#
PropsitemKey
#
Specifies which item key should be used as a key.
Type | Default |
---|---|
string | value |
closeAfterSelecting
#
Closes the drop-down menu after selecting an item.
note
This only works with single item pickers.
Type | Default |
---|---|
bool | false |
itemSeparator
#
Specifies if the item separater should be visible.
Type | Default |
---|---|
bool | false |
renderListItem
#
Customizes the renderListItem
.
- See: RenderListItem.js
Type |
---|
function |
ListEmptyComponent
#
Changes the default ListEmptyComponent
.