class InputExampleRefFocus extends Component { handleRef = (c) => { this.inputRef = c } focus = () => { this.inputRef.focus() } render() { return ( ) } }