Class: SelectDropdown

client.shared.SelectDropdown~ SelectDropdown

SelectDropdown is a component that is used for selecting items from a list.

new SelectDropdown()

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