From d785dbaeba921a351fe46e73e2548cc91868630a Mon Sep 17 00:00:00 2001 From: taohebin Date: Thu, 20 Jun 2024 16:18:42 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=A2=9E=E5=8A=A0=E6=97=A0value?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=9A=84=E5=AF=86=E7=A0=81=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E6=B5=8B=E8=AF=95=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/input/input.uvue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pages/component/input/input.uvue b/pages/component/input/input.uvue index 1ae650e3..93dfef53 100644 --- a/pages/component/input/input.uvue +++ b/pages/component/input/input.uvue @@ -40,6 +40,15 @@ + + + 无value设置的密码输入框 + + + + + + 占位符样式 @@ -288,7 +297,7 @@ inputMaxLengthValue: "", onMaxLengthInputValue: "", inputMaxLengthFocus: false, - inputPasswordValue: "", + inputPasswordValue: "cipher", inputFocusKeyBoardChangeValue: true, holdKeyboard: false, keyboardHeight: 0, -- GitLab