# Wijmo_Angular_Input.Wjmultiselect

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjMultiSelect Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>AngularJS directive for the <a href="wijmo_input.multiselect.html">MultiSelect</a> control.</p>
								</div>
								<p>Use the <b>wj-multi-select</b> directive to add <b>MultiSelect</b> 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>
								<pre>&lt;p&gt;Here is a MultiSelect bound to a collection of objects:&lt;/p&gt;
&lt;wj-multi-select
    placeholder="Select Countries"
    items-source="ctx.items"
    header-format="{count} countries selected"
    display-Member-path="country"
    checked-Member-path="selected"&gt;
&lt;/wj-multi-select&gt;</pre>
								<p>The <b>wj-multi-select</b> directive extends <a href="wijmo_angular_input.wjcombobox.html">wijmo.angular.input.WjComboBox</a> with the following attributes:</p>
								<dl class="dl-horizontal">
									<dt>checked-member-path</dt>  <dd><code>@</code> The name of the property used to control the checkboxes placed next to each item.</dd>
									<dt>header-format</dt>        <dd><code>@</code> The format string used to create the header content when the control has more than <b>maxHeaderItems</b> items checked.</dd>
									<dt>header-formatter</dt>     <dd><code>=</code> A function that gets the HTML in the control header.</dd>
									<dt>max-header-items</dt>     <dd><code>@</code> The maximum number of items to display on the control header.</dd>
									<dt>checked-items-changed</dt><dd><code>&amp;</code> The <a href="wijmo_input.multiselect.html#checkeditemschanged">MultiSelect.checkedItemsChanged</a> event handler.</dd>
								</dl>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_angular_input.wjcombobox.html" class="tsd-signature-type">WjComboBox</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">WjMultiSelect</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>