Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created April 8, 2015 16:12
Show Gist options
  • Select an option

  • Save StoneCypher/4a716e7e22040d32e1df to your computer and use it in GitHub Desktop.

Select an option

Save StoneCypher/4a716e7e22040d32e1df to your computer and use it in GitHub Desktop.
this appears to be all you need
render: function () {
return (
<div className="general">
<input defaultValue={this.props.title || ""} placeholder="Title" ref="title" type="text" name="title" />
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment