MultiAutoComplete

The MultiAutoComplete control derives from the AutoComplete .

These samples use the WjMultiAutoComplete directive and AngularJS.

MultiAutoComplete with string arrays

The MultiAutoComplete control below uses a string array as its itemsSource.
The maximum number of selected items is set to 4.

  1. {{item}}

MultiAutoComplete with CollectionViews

The MultiAutoComplete control below uses a CollectionView as its itemsSource, and 'country' as its displayMemberPath.

  1. {{item | json}}

MultiAutoComplete with custom data sources

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.

  1. {{item | json}}