Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Mar 13, 2023
1 parent 9b755ba commit 755e668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Options can be either passed to the constructor (eg: optionName) or in data-opti
| onRenderItem | <code>function</code> | Callback function that returns the suggestion |
| onSelectItem | <code>function</code> | Callback function to call on selection |
| onClearItem | <code>function</code> | Callback function to call on clear |
| onCanAdd | <code>function</code> | Callback function to validate item. Return false to show validation message. |
| onServerResponse | <code>function</code> | Callback function to process server response. Must return a Promise |

To know more about these features, check the demo!
Expand Down

0 comments on commit 755e668

Please sign in to comment.