Commit e2fab167 authored by Tom Hudson's avatar Tom Hudson
Browse files

Corrected readme to reflect key code changes.

parents 9788b218 49ac8604
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -49,7 +49,11 @@ The following optional configuration items can be used.
| Option             | Default  | Description |
| ---                | ---      | ---         |
| triggerChar        | @        | The character that will trigger the menu behavior. |
<<<<<<< HEAD
| triggerCharKeyCode |          | The key code that can trigger the menu behavior - use [keycode.info](http://keycode.info/) to help you find the correct key code |
=======
| triggerCharKeyCode | 192      | The keycode that will also trigger the menu behavior - defaults to '@' keycode |
>>>>>>> 49ac86042182d8ccb1f511df53b7ad66ba93257d
| 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). |