Skip to content

Instantly share code, notes, and snippets.

@sodiumjoe
Last active August 29, 2015 14:02
Show Gist options
  • Save sodiumjoe/fa2f48bdb63fb7ab6a61 to your computer and use it in GitHub Desktop.
Save sodiumjoe/fa2f48bdb63fb7ab6a61 to your computer and use it in GitHub Desktop.
<textarea rows='20' className='form-control' value={value} onChange={this.handleChange} />
<textarea
rows='20'
className='form-control'
value={value}
onChange={this.handleChange}
/>
<button
className='btn btn-default'
form='editBox'
type='submit'
>
Save
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment