From 3c1c96a4c07cd76895e6110f510b506252ac3e66 Mon Sep 17 00:00:00 2001 From: Tenny Date: Thu, 26 Sep 2024 17:53:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(MdInput):=20=E4=BF=AE=E5=A4=8D=E8=B5=8B?= =?UTF-8?q?=E4=BA=88=E5=88=9D=E5=A7=8B=E5=80=BC=E6=97=B6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/MdInput.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/input/MdInput.vue b/src/components/input/MdInput.vue index 67c70881..c8d155d7 100644 --- a/src/components/input/MdInput.vue +++ b/src/components/input/MdInput.vue @@ -12,6 +12,7 @@ :id="elId" ref="el" :type="htmlType" + :inputmode="inputmode" :name="name" :placeholder="!focused ? '' : placeholder" @focus="handleInputFocus" @@ -24,7 +25,7 @@