Skip to content

Commit 50e4bbf

Browse files
committed
debounce = 0 on mdchip input
1 parent efd3758 commit 50e4bbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/mdChips/mdChips.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
@keydown.native.prevent.enter="addChip"
2424
@keydown.native.prevent.186="addChip"
2525
tabindex="0"
26+
:debounce="0"
2627
ref="input">
2728
</md-input>
2829

0 commit comments

Comments
 (0)