Skip to content

Commit

Permalink
Merge pull request #42 from ThomasCybulski/bugfix/focus-after-esc-doe…
Browse files Browse the repository at this point in the history
…snt-work

Update paper-chip-input-autocomplete.html
  • Loading branch information
ThomasCybulski authored Sep 13, 2017
2 parents eef65a4 + 859e957 commit 1593870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper-chip-input-autocomplete.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
_onKeyEsc(event) {
this._inputValue = '';
this._hideAutocomplete();
this.$.paperInput.focus();
this.$.paperInput.focus;
}

_onKeyUpOrDown(event) {
Expand Down Expand Up @@ -312,4 +312,4 @@
}
window.customElements.define(PaperChipInputAutocomplete.is, PaperChipInputAutocomplete);
</script>
</dom-module>
</dom-module>

0 comments on commit 1593870

Please sign in to comment.