Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Nov 26, 2019
1 parent 597e033 commit 1fe762f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ Collection object shown with defaults:
// class added in the flyout menu for active item
selectClass: 'highlight',

// class added to the menu container
containerClass: 'tribute-container',

// function called on select that returns the content to insert
selectTemplate: function (item) {
return '@' + item.original.value;
Expand Down

0 comments on commit 1fe762f

Please sign in to comment.