Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonhyangzhang committed Oct 6, 2016
2 parents 9318e45 + 0e44d26 commit b305fe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions paper-typeahead-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,7 @@ <h3>{{label}}</h3>
var remoteMatched = JSON.parse(resp);
var cuttedMatched = remoteMatched.slice(0,ptinput.maxSuggestions);
matched = matched.concat(cuttedMatched);
// ptinput.suggestions = ptinput.suggestions.concat(cuttedMatched);
ptinput.suggestions = matched;
ptinput._setSuggestions(matched);
}
pt_element.remoteUrlSearching = false;
pt_element.fire('pt-remote-searching-end',pt_element);
Expand Down

0 comments on commit b305fe7

Please sign in to comment.