Commit e8693e45 authored by dmacfarlane's avatar dmacfarlane
Browse files

docs(readme): updated options

parent 4e3d4d37
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -44,7 +44,9 @@ Where `items` is a string array of the items to suggest. For example:

#### Options

- `[triggerChar]="@"` to specify the trigger char
- `[mentionSelect]="formatter"` to specify a function to call when the user has picked an item in the menu.
- `[triggerChar]="@"` to specify the character that should trigger the menu behavior. The default value is '@'.


#### TODO: