Skip to content

Instantly share code, notes, and snippets.

@chrismllr
Last active April 24, 2018 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismllr/76d0ce00ddf547a5f308cb2c3375792f to your computer and use it in GitHub Desktop.
Save chrismllr/76d0ce00ddf547a5f308cb2c3375792f to your computer and use it in GitHub Desktop.
<Input
shouldShowLabel={false}
// labelText="Username" - Don't need this anymore
value={this.state.username}
style={{ marginBottom: '30px' }}
onChange={this.updateUsername}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment