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

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

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