ListBox
Extends:
react~Component → ListBox
List box componenet which allows the selection of one or more values defined by an option list or incoming field metadata.
Static Member Summary
| Static Public Members | ||
| public static |
propTypes: {"ariaLabel": *, "disabled": *, "hidden": *, "onValueChange": *, "optionList": *, "searchable": *, "showInfoRow": *, "showSelectAll": *, "value": *, "tabIndex": *, "heightAuto": *} PropTypes |
|
Static Public Members
public static propTypes: {"ariaLabel": *, "disabled": *, "hidden": *, "onValueChange": *, "optionList": *, "searchable": *, "showInfoRow": *, "showSelectAll": *, "value": *, "tabIndex": *, "heightAuto": *} source
PropTypes
Properties:
| Name | Type | Attribute | Description |
| tabIndex | number |
|
Sets tabindex attribute on the primary element tag to modify the tab order. |
| searchable | bool |
|
Hides the search box header when set to false. |
| showSelectAll | bool |
|
Hides the select all checkbox header when set to false. |
| showInfoRow | bool |
|
Hides the header with the selection count and view toggle when set to false. |