Is it possible to focus div (or any other elements) using the focus() method?
focus()
I\'ve set a tabIndex to a div element:
Not sure if this is the proper way, but I found that this worked for me.
render() { return this.refs.item.focus()}>I will have focus }