From b6daed2d31a1929c608b958bafced531be3f85c7 Mon Sep 17 00:00:00 2001 From: Ivan Virabyan Date: Wed, 17 Feb 2016 14:12:06 +0300 Subject: [PATCH] Update README.md Note on using suffix option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6837a32..f3766d6 100644 --- a/README.md +++ b/README.md @@ -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 '@'