Skip to content

Instantly share code, notes, and snippets.

@joboccara
Last active April 23, 2021 12:37
Show Gist options
  • Save joboccara/06d1e3296c8b81e15e65519f787495f0 to your computer and use it in GitHub Desktop.
Save joboccara/06d1e3296c8b81e15e65519f787495f0 to your computer and use it in GitHub Desktop.
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