mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
fix keycode recognition with german keyboards on mdChips (#495)
This commit is contained in:
parent
64fe165297
commit
5d3091a036
1 changed files with 0 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue