Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Note on using suffix option
  • Loading branch information
ivirabyan committed Feb 17, 2016
1 parent 5c3aee8 commit b6daed2
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 @@ -78,6 +78,7 @@ For example:

### suffix
String to add to selected mention when it is inserted in text. Can be usefull if you wish to automatically insert a space after mention. For that case: `$textarea.mentionsInput({suffix: ' '})`
Note: only supported for textarea and input. Contenteditable does not support this option yet.

#### trigger
Char which trigger autocomplete, default value is '@'
Expand Down

0 comments on commit b6daed2

Please sign in to comment.