MultiSelectChangeEvent

Specifies the event arguments triggered when the selected value in the dropdown changes.

Props

The following table outlines the props for the MultiSelectChangeEvent:

NameTypeDefaultDescription
event
SyntheticEvent
-

Specifies the original event arguments.

itemData
-

Specifies the currently selected list item.

previousItemData
-

Specifies the previously selected list item.

value
-

Specifies the changed value.