Skip to content

Instantly share code, notes, and snippets.

@flyerhzm
Created August 24, 2014 01:48
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 flyerhzm/5480e1eab6ddbb93b803 to your computer and use it in GitHub Desktop.
Save flyerhzm/5480e1eab6ddbb93b803 to your computer and use it in GitHub Desktop.
R.input({
placeholder: 'City',
className: 'form-control',
type: 'text',
onChange: function(evt) {
this.setState({city: evt.target.value});
}.bind(this)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment