Как установить фокус на поле ввода после рендеринга?
componentDidMount(){
this.nameInput.focus();
}
Batman
componentDidMount(){
this.nameInput.focus();
}