Skip to content

@mirego/forra-react


@mirego/forra-react / components / MultiSelectProps

Interface: MultiSelectProps

Properties

disabled?

optional disabled: boolean


fullWidth?

optional fullWidth: boolean


maxVisibleChips?

optional maxVisibleChips: number


onChange()

onChange: (value) => void

Parameters

value

string[]

Returns

void


options

options: MultiSelectOption[]


placeholder?

optional placeholder: string


value

value: string[]