@@ -49,12 +49,14 @@ The following optional configuration items can be used.
| Option | Default | Description |
| --- | --- | --- |
| triggerChar | @ | The character that will trigger the menu behavior. |
| triggerCharKeyCode | 192 | The keycode that will also trigger the menu behaviour - defaults to '@' keycode |
| triggerCharKeyCode | | The keycode that can trigger the menu behavior - use [keycode.info](http://keycode.info/) to help you find the correct keycode |
| maxItems | | Limit the number of items shown in the pop-up menu. The default is no limit. |
| mentionSelect | | An optional function to format the selected item before inserting the text. |
| labelKey | label | The field to be used as the item label (when the items are objects). |
| disableSearch | false | Disable internal filtering (only useful if async search is used). |
> If you specify a triggerCharKeyCode, the triggerChar value will be ignored