在react的componentDidMount中觸發(fā)input框的focus無(wú)效是為什么?

科技 未結(jié) 4 1425
360U3179464836
360U3179464836 2023-02-16 08:48

用react做的微信端頁(yè)面,想達(dá)到的效果是在頁(yè)面加載后input框自動(dòng)獲得焦點(diǎn)能夠彈出移動(dòng)端的鍵盤,所以在componentDidMount中觸發(fā)input框的focus,但是無(wú)效是怎么回事?

componentDidMount: function () { var that = this; React.findDOMNode(this.refs.password).focus(); }

4條回答
提交回復(fù)