Last active
April 23, 2021 12:37
-
-
Save joboccara/06d1e3296c8b81e15e65519f787495f0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 showPasswordInput = () => <input type="password" />; // "password" means that characters are hidden when they're typed, for ex behind stars ********** | |
const showCommentInput = () => <input type="text" />; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment