Add keydown.stop (#3959)
This commit is contained in:
committed by
GitHub
parent
80b4e52f20
commit
b8f76568e9
@@ -37,6 +37,7 @@
|
||||
v-bind="$attrs"
|
||||
@change="$emit('change', { event: $event, value })"
|
||||
@input="$emit('input', { event: $event, value })"
|
||||
@keydown.stop
|
||||
/>
|
||||
<a
|
||||
v-if="shouldShowClear"
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
@input="$emit('input', { event: $event, value })"
|
||||
@focus="$emit('focus')"
|
||||
@blur="$emit('blur')"
|
||||
@keydown.stop
|
||||
/>
|
||||
</div>
|
||||
<slot name="input-right">
|
||||
|
||||
Reference in New Issue
Block a user