Guest User

Untitled

a guest
Jun 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <form onSubmit={this.handleSubmit}>
  2. <input
  3. onChange={this.handleChange}
  4. type='text'
  5. placeholder='Hello world!'
  6. value={this.state.field}
  7. />
  8. <button>Send</button>
  9. </form>
Add Comment
Please, Sign In to add comment