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 Jul 19, 2017
1 parent df4bc8d commit bbaa277
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', event)) {
this.set('focusedElement', 'none');
}
Expand Down

0 comments on commit bbaa277

Please sign in to comment.