小程序文本框设置password唤醒键盘要点击两次
- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
输入账号—>输入密码(点击两次唤醒并且聚焦账号字体不同,还有文字闪烁问题)
- 提供一个最简复现 Demo
input框切换除了设置password的密码框其它都正常切换,
但是设置密码框就要点击两次才能唤醒键盘
聚焦文字颜色深浅也不一样,文本框切换还会有文字闪烁
手机型号:MI 5X
< view class = "top" > < view class = "inputView" > < input type = "text" placeholder = " 请输入帐号" placeholder-class = "ph" bindinput = "setname" /> </ view > < view class = "inputView" > < input type = "text" placeholder = " 请输入密码" password placeholder-class = "ph" bindinput = "setpwd" /> </ view > </ view > < button type = "primary" bindtap = "login" >登录</ button > |