How can I set the focus on a material-ui TextField component?
material-ui TextField
componentDidMount() { ReactDom.findDomNode(this.refs.myControl).focus() }
You can use the autoFocus attribute.
autoFocus