Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirabyan committed May 31, 2016
2 parents 86eb7ac + fb0c4a5 commit 1fbe9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-mentions",
"version": "1.0.2",
"version": "1.0.5",
"homepage": "https://github.com/ivirabyan/jquery-mentions",
"authors": [
"Ivan Virabyan"
Expand Down

0 comments on commit 1fbe9fd

Please sign in to comment.