Skip to content

Commit

Permalink
Merge pull request #570 from Spone/patch-1
Browse files Browse the repository at this point in the history
Fix onItemRemove method signature
  • Loading branch information
oyejorge authored Oct 19, 2023
2 parents eafce56 + 659c43e commit d9abf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_src/pages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ new TomSelect('#select',{
<td>Invoked when an item is selected.</td>
</tr>
<tr>
<td><code>onItemRemove(value)</code></td>
<td><code>onItemRemove(value, $item)</code></td>
<td>Invoked when an item is deselected.</td>
</tr>
<tr>
Expand Down

0 comments on commit d9abf68

Please sign in to comment.