Created
June 16, 2017 13:30
-
-
Save romreed/ca64f7b06fdaeede3ac808fa1b580044 to your computer and use it in GitHub Desktop.
react focus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (this.focusInput) { | |
setTimeout(() => { | |
this.focusInput.focus() | |
}, 100); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment