Skip to content

Commit 0e2655b

Browse files
authored
Update wishlist.html
1 parent 13ec0b6 commit 0e2655b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wishlist.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ <h2>{{person.name}}'s Wishlist</h2>
3838
on-tag-removed="itemRemoved($tag)"
3939
template="tag-template">
4040
<auto-complete source="loadSuggestions($query)"
41-
template="autocomplete-template"></auto-complete>
41+
template="autocomplete-template"
42+
min-length="1"></auto-complete>
4243
</tags-input>
4344
</div>
4445
<div class="form-group">

0 commit comments

Comments
 (0)