We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typeahead-min-length
1 parent bab1d37 commit abfd26cCopy full SHA for abfd26c
src/typeahead/docs/readme.md
@@ -42,7 +42,7 @@ The typeahead directives provide several attributes:
42
43
* `typeahead-min-length` <i class="glyphicon glyphicon-eye-open"></i>
44
_(Defaults: 1)_ :
45
- Minimal no of characters that needs to be entered before typeahead kicks-in
+ Minimal no of characters that needs to be entered before typeahead kicks-in. Must be greater than or equal to 1.
46
47
* `typeahead-no-results` <i class="glyphicon glyphicon-eye-open"></i>
48
_(Defaults: angular.noop)_ :
0 commit comments