Skip to content

Commit

Permalink
Merge 7111fe3 into c9273d9
Browse files Browse the repository at this point in the history
  • Loading branch information
yene committed Feb 22, 2016
2 parents c9273d9 + 7111fe3 commit d9d7133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var selectize = $select[0].selectize;
<td valign="top">Removes the selected item matching the provided value. If "silent" is truthy, no change event will be fired on the original input.</td>
</tr>
<tr>
<td valign="top"><code>createItem(value, callback)</code></td>
<td valign="top"><code>createItem(value, [triggerDropdown], [callback])</code></td>
<td valign="top">Invokes the "create" method provided in the selectize options that should provide the data for the new item, given the user input. Once this completes, it will be added to the item list.</td>
</tr>
<tr>
Expand Down

0 comments on commit d9d7133

Please sign in to comment.