How to use the terra-list/lib/index.Utils.shouldBeMultiSelectable function in terra-list

To help you get started, we’ve selected a few terra-list examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cerner / terra-core / packages / terra-list / src / terra-dev-site / doc / guides / MultiSelectList.jsx View on Github external
createListItem(itemData) {
    return (
      = 0}
        metaData={{ key: itemData.key }}
        onSelect={this.handleItemSelection}
      >
        
      
    );
  }