From bb894e68e1eb3288db734104656ab4044e724fa8 Mon Sep 17 00:00:00 2001
From: Georgyhongbo <31946519+Georgyhongbo@users.noreply.github.com>
Date: Tue, 4 Aug 2026 19:35:24 +0800
Subject: [PATCH] =?UTF-8?q?fix(input):=20=E4=B8=BA=E5=AF=86=E7=A0=81?=
=?UTF-8?q?=E5=8F=AF=E8=A7=81=E6=80=A7=E5=88=87=E6=8D=A2=E6=8C=89=E9=92=AE?=
=?UTF-8?q?=E8=A1=A5=E4=B8=8A=20mousedown.prevent=EF=BC=8C=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D=E8=BF=9E=E7=BB=AD=E7=82=B9=E5=87=BB=E6=97=B6=E8=AF=AF?=
=?UTF-8?q?=E9=80=89=E4=B8=AD=E9=A1=B5=E9=9D=A2=E6=96=87=E6=9C=AC=20(#4291?=
=?UTF-8?q?)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packages/vue/src/input/src/mobile-first.vue | 2 ++
packages/vue/src/input/src/pc.vue | 2 ++
2 files changed, 4 insertions(+)
diff --git a/packages/vue/src/input/src/mobile-first.vue b/packages/vue/src/input/src/mobile-first.vue
index 9d51b187e..1aa3b2826 100644
--- a/packages/vue/src/input/src/mobile-first.vue
+++ b/packages/vue/src/input/src/mobile-first.vue
@@ -232,6 +232,7 @@
role="button"
:aria-label="state.passwordVisible ? 'hide password' : 'show password'"
tabindex="0"
+ @mousedown.prevent
@click.native="handlePasswordVisible"
>