收藏
回答

输入框不能输入?

开发者工具不能聚焦输入框?????????

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

1 个回答

  • Demons
    Demons
    08-21

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    08-21
    有用
    回复 6
    • 1124
      1124
      08-21
      <input style="background-color: #eee;" class="weui-input" bindinput="employerNumChange" type="number" placeholder="请填写雇员人数" value="{{employer_num}}"/>就像这样
      08-21
      回复
    • Demons
      Demons
      08-21回复1124
      js呢
      08-21
      回复
    • 1124
      1124
      08-21回复Demons
      employerNumChange(e) {
          console.log(e);
        },不打印,目前是所有的input输入框都不能聚焦,手机上是可以的,工具上不行
      08-21
      回复
    • Demons
      Demons
      08-21回复1124
      这边也是用示例测试,无法复现,你工具什么版本
      08-21
      回复
    • 1124
      1124
      08-21回复Demons
      稳定版 Stable Build (1.06.2407110) ;基础库是3.1.5
      08-21
      回复
    查看更多(1)
登录 后发表内容