Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Note on using multiple trigger char ivirabyan#60
  • Loading branch information
ivirabyan authored Oct 15, 2016
1 parent dc0c592 commit 02579f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ For example:
Note: only supported for textarea and input. Contenteditable does not support this option yet.

#### trigger
Char which trigger autocomplete, default value is '@'
Char which trigger autocomplete, default value is '@'. Multiple chars are supported, so if you set trigger='@#', both will trigger a search.

#### widget
Name of the autocomplete widget to use. May be useful when you want to somehow customize appearance of autocomplete widget, for example add headers to items list. You must inherit from widget, used internally (`ui.areacomplete` when you use textarea, and `ui.editablecomplete` when you use div with `contenteditable=true`).
Expand Down

0 comments on commit 02579f1

Please sign in to comment.