Class: DropdownView

client.shared.DropdownView~ DropdownView

DropdownView is a stateless component that displays a single or multi-select dropdown. It is used for building different stateful select components, for example a single-select dropdown, and then a single-select dropdown with a search field.

Parameters:
Name Type Description
props.selectable Array.<String>
props.selected Array.<String>
props.title String
props.multi Boolean
props.handleSelect function