Skip to content

Commit 2d5826c

Browse files
committed
Fixing confusing description
```false``` is the default for the create option yet the description says ```true``` is the default behavior, so I'm removing that from the description.
1 parent b64e193 commit 2d5826c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $(function() {
3737
<tr>
3838
<td valign="top"><code>create</code></td>
3939
<td valign="top">
40-
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>
40+
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>
4141
<td valign="top"><code>mixed</code></td>
4242
<td valign="top"><code>false</code></td>
4343
</tr>

0 commit comments

Comments
 (0)