Skip to content

Commit 5d3091a

Browse files
Matthias Ruppmarcosmoura
authored andcommitted
fix keycode recognition with german keyboards on mdChips (vuematerial#495)
1 parent 64fe165 commit 5d3091a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/mdChips/mdChips.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
:disabled="disabled"
2020
@keydown.native.delete="deleteLastChip"
2121
@keydown.native.prevent.enter="addChip"
22-
@keydown.native.prevent.186="addChip"
2322
tabindex="0"
2423
ref="input">
2524
</md-input>

0 commit comments

Comments
 (0)