How to set focus to a materialUI TextField?

后端 未结 5 676
长发绾君心
长发绾君心 2020-12-11 00:09

How can I set the focus on a material-ui TextField component?

componentDidMount() {
    ReactDom.findDomNode(this.refs.myControl).focus()
}
         


        
5条回答
提交回复
热议问题