Home Reference Source
public class | source

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:

NameTypeAttributeDescription
tabIndex number
  • optional

Sets tabindex attribute on the primary element tag to modify the tab order.

searchable bool
  • optional
  • default: true

Hides the search box header when set to false.

showSelectAll bool
  • optional
  • default: true

Hides the select all checkbox header when set to false.

showInfoRow bool
  • optional
  • default: true

Hides the header with the selection count and view toggle when set to false.