From 34fb67de2fa4f71cb1268bc933def333e2798347 Mon Sep 17 00:00:00 2001 From: John Wehr Date: Fri, 3 Jun 2016 13:46:35 -0400 Subject: [PATCH] Remove null name and id fields from FormControl to resolve controlId warning. Fixes #15. --- README.md | 2 ++ example/app.jsx | 2 +- package.json | 2 +- src/index.jsx | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ad0766..4893ef2 100755 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ See the demo at [pushtell.github.io/react-bootstrap-date-picker](http://pushtell Please [★ on GitHub](https://github.com/pushtell/react-bootstrap-date-picker)! +Using this module in production? [We'd love to hear about it.](https://github.com/pushtell/react-bootstrap-date-picker/issues/17) +

Table of Contents

diff --git a/example/app.jsx b/example/app.jsx index 44969b0..4821e49 100755 --- a/example/app.jsx +++ b/example/app.jsx @@ -54,7 +54,7 @@ const App = React.createClass({ - + diff --git a/package.json b/package.json index a9d4a26..25c5890 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "picker" ], "main": "lib/index.js", - "version": "3.0.3", + "version": "3.1.0", "description": "React-Bootstrap based date picker.", "directories": { "test": "test" diff --git a/src/index.jsx b/src/index.jsx index 0f5d551..7e5cf1d 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -370,8 +370,6 @@ export default React.createClass({ onFocus={this.handleFocus} onBlur={this.handleBlur} onChange={this.handleInputChange} - name={null} - id={null} /> {this.props.clearButtonElement} ;