Class: SelectDropdownWithSearch

client.shared.SelectDropdownWithSearch~ SelectDropdownWithSearch

SelectDropdownWithSearch is a component that is used for selecting items from a list. The accompanying search field makes it possible to filter selectable items in large lists. When props.allowNewItems=true it is possible to enter new items to the selection.

new SelectDropdownWithSearch()

Parameters:
Name Type Description
props.items Array.<String>
props.initialSelection Array.<String>
props.title String
props.multi Boolean
props.allowNewItems Boolean
props.handleSelect function