Skip to content

Commit

Permalink
Chips: Don't explicitly close autocomplete on inputBlur - fixes #587
Browse files Browse the repository at this point in the history
Explicitly closing the autocomplete component on inputBlur broke the ability to add custom items to the chips element (assuming requireMatch is not true).  It doesn't appear to be necessary for any other purpose.
  • Loading branch information
pauln committed Jan 30, 2017
1 parent 973589c commit 718b5b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addon/components/paper-chips.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ export default Component.extend({
return true;
}

this.closeAutocomplete();

if (!this.focusMovingTo('md-chips-wrap')) {
this.set('focusedElement', 'none');
}
Expand Down

0 comments on commit 718b5b6

Please # to comment.