搜索

首页  >  问答  >  正文

javascript - react componentDidMount中trigger('click')失效

componentDidMount能获取到真实Dom,但trigger('click')还是失效,有没有大神能解决!

仅有的幸福仅有的幸福2747 天前562

全部回复(1)我来回复

  • 滿天的星座

    滿天的星座2017-05-19 10:39:43

    我测试input text,$('').focus是有效的,input file无效,问题应该是浏览器做了安全限制。
    This is due to a security restriction.Most browsers prevent submitting files when the input field didn't receive a direct click or keyboard click event as a security precaution.

    回复
    0
  • 取消回复