Skip to content

Commit

Permalink
Merge pull request selectize#492 from ianwalter/patch-1
Browse files Browse the repository at this point in the history
Fixing confusing description
  • Loading branch information
brianreavis committed Jun 29, 2014
2 parents b64e193 + 2d5826c commit 28ffabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(function() {
<tr>
<td valign="top"><code>create</code></td>
<td valign="top">
Allows the user to create a new items that aren't in the list of options. This option can be any of the following: "true" (default behavior), "false" (disabled), or a function that accepts two arguments: "input" and "callback". The callback should be invoked with the final data for the option.</td>
Allows the user to create a new items that aren't in the list of options. This option can be any of the following: "true", "false" (disabled), or a function that accepts two arguments: "input" and "callback". The callback should be invoked with the final data for the option.</td>
<td valign="top"><code>mixed</code></td>
<td valign="top"><code>false</code></td>
</tr>
Expand Down

0 comments on commit 28ffabd

Please sign in to comment.