diff --git a/packages/ui-shared/lib/components/Input.vue b/packages/ui-shared/lib/components/Input.vue index 86589e48..fefd60bd 100644 --- a/packages/ui-shared/lib/components/Input.vue +++ b/packages/ui-shared/lib/components/Input.vue @@ -33,7 +33,6 @@ function onPaste(payload: ClipboardEvent) { : `${props.modelValue}${value.trim()}` emit('update:modelValue', updatedValue) - emit('input:changed', updatedValue) emit('pasted', updatedValue) // Legacy