提交 d785dbae 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

test: 增加无value设置的密码输入框测试例

上级 e8483a1d
...@@ -40,6 +40,15 @@ ...@@ -40,6 +40,15 @@
</view> </view>
</view> </view>
<view>
<view class="uni-title">
<text class="uni-title-text">无value设置的密码输入框</text>
</view>
<view class="input-wrapper">
<input class="uni-input" :password="true"/>
</view>
</view>
<view> <view>
<view class="uni-title"> <view class="uni-title">
<text class="uni-title-text">占位符样式</text> <text class="uni-title-text">占位符样式</text>
...@@ -288,7 +297,7 @@ ...@@ -288,7 +297,7 @@
inputMaxLengthValue: "", inputMaxLengthValue: "",
onMaxLengthInputValue: "", onMaxLengthInputValue: "",
inputMaxLengthFocus: false, inputMaxLengthFocus: false,
inputPasswordValue: "", inputPasswordValue: "cipher",
inputFocusKeyBoardChangeValue: true, inputFocusKeyBoardChangeValue: true,
holdKeyboard: false, holdKeyboard: false,
keyboardHeight: 0, keyboardHeight: 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册