MultiSelect

MultiSelect

new MultiSelect()

Create a Multi Select object component

Properties:
Name Type Description
class string

Class for component

default Array.<Object>

Default value to display

options Array.<Object>

Options to display

name String

Default name of multi select

isClearable boolean

Clear option of multi select

isMulti boolean

Multi option of multi select

onChange handleFunction

The type of statistic

Source:

Extends

  • React.Component.<Props>