Unverified Commit 49ac8604 authored by Tom Hudson's avatar Tom Hudson Committed by GitHub
Browse files

Update README.md

Changed to the American spelling of 'bahavior' (gross!)
parent 18275424
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ 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 | 192      | The keycode that will also trigger the menu behavior - defaults to '@' 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). |