We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ec0b6 commit 0e2655bCopy full SHA for 0e2655b
wishlist.html
@@ -38,7 +38,8 @@ <h2>{{person.name}}'s Wishlist</h2>
38
on-tag-removed="itemRemoved($tag)"
39
template="tag-template">
40
<auto-complete source="loadSuggestions($query)"
41
- template="autocomplete-template"></auto-complete>
+ template="autocomplete-template"
42
+ min-length="1"></auto-complete>
43
</tags-input>
44
</div>
45
<div class="form-group">
0 commit comments