Last active
February 13, 2019 06:45
-
-
Save jrwebdev/69e02ef9b5d75847483f79f0867c5c46 to your computer and use it in GitHub Desktop.
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
const MyInput = () => { | |
const inputRef = useRef<HTMLInputElement>(null); | |
return <input ref={inputRef} /> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment