File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ See the demo at [pushtell.github.io/react-bootstrap-date-picker](http://pushtell
12
12
13
13
Please [ ★ on GitHub] ( https://github.com/pushtell/react-bootstrap-date-picker ) !
14
14
15
+ Using this module in production? [ We'd love to hear about it.] ( https://github.com/pushtell/react-bootstrap-date-picker/issues/17 )
16
+
15
17
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
16
18
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
17
19
<h1 >Table of Contents</h1 >
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const App = React.createClass({
54
54
</ Row >
55
55
< Row >
56
56
< Col sm = { 6 } >
57
- < FormGroup >
57
+ < FormGroup controlId = "change_handler" >
58
58
< DatePicker onChange = { this . handleChange } placeholder = "Placeholder" value = { this . state . date } id = "change_handler_example" />
59
59
</ FormGroup >
60
60
</ Col >
Original file line number Diff line number Diff line change 11
11
" picker"
12
12
],
13
13
"main" : " lib/index.js" ,
14
- "version" : " 3.0.3 " ,
14
+ "version" : " 3.1.0 " ,
15
15
"description" : " React-Bootstrap based date picker." ,
16
16
"directories" : {
17
17
"test" : " test"
Original file line number Diff line number Diff line change @@ -370,8 +370,6 @@ export default React.createClass({
370
370
onFocus = { this . handleFocus }
371
371
onBlur = { this . handleBlur }
372
372
onChange = { this . handleInputChange }
373
- name = { null }
374
- id = { null }
375
373
/>
376
374
< InputGroup . Addon onClick = { this . clear } style = { { cursor :this . state . inputValue ? "pointer" : "not-allowed" } } > { this . props . clearButtonElement } </ InputGroup . Addon >
377
375
</ InputGroup > ;
You can’t perform that action at this time.
0 commit comments