diff --git a/src/index.jsx b/src/index.jsx index 3ef2bdc..769c23f 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -184,7 +184,6 @@ var BootstrapForm = React.createClass({ }, propTypes: { - form: React.PropTypes.instanceOf(Form).isRequired, spinner: React.PropTypes.string }, @@ -194,11 +193,17 @@ var BootstrapForm = React.createClass({ } }, - render() { - patchForm(this.props.form) - return