Skip to content

Commit

Permalink
Add support for rawResults flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bakoe committed Aug 19, 2019
1 parent 12d27a4 commit bc18e0e
Show file tree
Hide file tree
Showing 20 changed files with 110 additions and 76 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ maxMatches | `Number` | 10 | Maximum amount of list items to appear.
minMatchingChars | `Number` | 2 | Minimum matching characters in query before the typeahead list appears
prepend | `String` | | Text to be prepended to the `input-group`
append | `String` | | Text to be appended to the `input-group`
rawResults | `Boolean` | | If set to true, the list will always show all results (e.g. when working with an API that already pre-processes and filters the entries). Defaults to not being set (with the same result like "false").

### Events
Name | Description
Expand Down
71 changes: 40 additions & 31 deletions dist/VueBootstrapTypeahead.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/VueBootstrapTypeahead.common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueBootstrapTypeahead.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bc18e0e

Please sign in to comment.