- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
input组件里面设置了 confirm-hold="false" 但是点击键盘右下角按钮 键盘不收起
代码如下
<input value="this is a input" password="{{password}}" type="text" placeholder-style="" cursor-spacing="30" focus="true" confirm-type="send" confirm-hold="true" bindinput="input"></input>
confirm-hold="{{false}}"
感谢感谢。基础知识给忘了,哎
confirm-hold="false" 这个false 直接这样写是字符串,字符串false就是布尔值true 所以不收起。
太感谢啦