diff --git a/examples/basic/app.js b/examples/basic/app.js index 42c3dbe8..b4b0a5cf 100644 --- a/examples/basic/app.js +++ b/examples/basic/app.js @@ -27,6 +27,10 @@ var App = React.createClass({ this.setState({modalIsOpen: false}); }, + handleInputChange: function() { + this.setState({foo: 'bar'}); + }, + render: function() { return (