The MultiAutoComplete control derives from the
AutoComplete
.
These samples use the WjMultiAutoComplete directive and AngularJS.
The MultiAutoComplete control below uses a string array as its itemsSource.
The maximum number of selected items is set to 4.
The MultiAutoComplete control below uses a CollectionView as its itemsSource, and 'country' as its displayMemberPath.
This MultiAutoComplete does not have a static list of items. Instead, it uses the itemsSourceFunction property to specify a function that makes an Ajax call and returns items asynchronously.