- <b>MultiSelect</b><br />
-
- <p>Press Save with no items selected to see an example of validation applied.</p>
- <div id="multiselect" class="demo-ct" style="margin-bottom:15px;"></div>
+ <h2>MultiSelect</h2>
+ <p>MultiSelect is a form field type that allows selection of one or more items from a list. The list is
+ populated using a data Store. Items can be reordered via drag and drop if <code>ddReorder:true</code> is set.</p>
+ <p>This example has <code>allowBlank:false</code> so a validation error will appear when the item's selections
+ are cleared. Validations for <code>minSelections</code> and <code>maxSelections</code> can also be applied.</p>
+ <div id="multiselect" class="demo-ct"></div>