Skip to content

Commit

Permalink
Fix wrong defaults in usage docs
Browse files Browse the repository at this point in the history
closes #1167
  • Loading branch information
Pictor13 authored and joallard committed Jul 12, 2018
1 parent 5bf6607 commit 96d6faa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage.md
Expand Up @@ -121,13 +121,13 @@ $(function() {
<td valign="top"><code>maxItems</code></td>
<td valign="top">The max number of items the user can select. 1 makes the control mono-selection, null allows an unlimited number of items.</td>
<td valign="top"><code>int</code></td>
<td valign="top"><code>1</code></td>
<td valign="top"><code>null</code></td>
</tr>
<tr>
<td valign="top"><code>hideSelected</code></td>
<td valign="top">If true, the items that are currently selected will not be shown in the dropdown list of available options.</td>
<td valign="top">If true, the items that are currently selected will not be shown in the dropdown list of available options. This defaults to <code>true</code> when in a multi-selection control, to <code>false</code> otherwise.</td>
<td valign="top"><code>boolean</code></td>
<td valign="top"><code>false</code></td>
<td valign="top"><code>null</code></td>
</tr>
<tr>
<td valign="top"><code>closeAfterSelect</code></td>
Expand Down

0 comments on commit 96d6faa

Please sign in to comment.