Add keydown.stop (#3959)

This commit is contained in:
andrewwallacespeckle
2025-02-11 11:09:01 +00:00
committed by GitHub
parent 80b4e52f20
commit b8f76568e9
2 changed files with 2 additions and 0 deletions
@@ -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">