Bagaimana cara mengatur fokus pada bidang input setelah rendering?
componentDidMount(){
this.nameInput.focus();
}
Batman
componentDidMount(){
this.nameInput.focus();
}