收藏
回答

input confirm-hold="false" 键盘不收起

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug input 客户端 7.0.4 2.7.3

- 当前 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>


回答关注问题邀请回答
收藏

3 个回答

  • 禾店短剧系统
    禾店短剧系统
    2021-05-23

    这个,,,要补习一下基础知识了呀

    2021-05-23
    有用 1
    回复
  • ʚ青ɞ
    ʚ青ɞ
    2019-07-02

    confirm-hold="{{false}}"

    2019-07-02
    有用
    回复 1
    • 拼了命de追
      拼了命de追
      2019-07-02

      感谢感谢。基础知识给忘了,哎

      2019-07-02
      回复
  • 石三
    石三
    2019-07-02

    confirm-hold="false"    这个false 直接这样写是字符串,字符串false就是布尔值true 所以不收起。

    2019-07-02
    有用
    回复 1
    • 拼了命de追
      拼了命de追
      2019-07-02

      太感谢啦

      2019-07-02
      回复
登录 后发表内容