[]
        
(Showing Draft Content)

WjMultiAutoComplete Class

WjMultiAutoComplete Class

AngularJS directive for the MultiAutoComplete control.

Use the wj-multi-auto-complete directive to add MultiAutoComplete controls to your AngularJS applications. Note that directive and parameter names must be formatted as lower-case with dashes instead of camel-case. For example:

<p>Here is a InputTags bound to a collection of objects:</p>
<wj-multi-auto-complete
    max-selected-items="8"
    items-source="ctx.items"
    selected-Member-path="selected">
</wj-multi-auto-complete>

The wj-multi-auto-complete directive extends wijmo.angular.input.WjAutoComplete with the following attributes:

max-selected-items
@ The maximum number of items that can be selected.
selected-member-path
@ The name of the property used to control which item will be selected.
selected-items
@ An array containing the items that are currently selected.
selected-items-changed
& The MultiAutoComplete.selectedItemsChanged event handler.

Heirarchy