fix keycode recognition with german keyboards on mdChips (#495)

This commit is contained in:
Matthias Rupp 2017-02-13 22:26:47 +01:00 committed by Marcos Moura
parent 64fe165297
commit 5d3091a036

View file

@ -19,7 +19,6 @@
:disabled="disabled"
@keydown.native.delete="deleteLastChip"
@keydown.native.prevent.enter="addChip"
@keydown.native.prevent.186="addChip"
tabindex="0"
ref="input">
</md-input>