Example of undefined in React MultiSelect Dropdown Component

/
/
Default

This sample demonstrates the object value binding functionalities of the MultiSelect. Type a character in the MultiSelect element or click on this element to choose one or more items from the suggestion list. The corresponding object value of the selected item is then assigned to the value property.In the property panel, the value property of the selected item's will be displayed.

More Details...

Loading....
Description

The MultiSelect component allows users to select multiple values from a predefined list. Selected items are displayed with default UI modes. Upon selection, the associated object value is automatically assigned to the value property, enabled by the allowObjectBinding feature.