Skip to content

Commit 994e5bf

Browse files
committed
merge doc type fix from branch 20
1 parent d829d39 commit 994e5bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/components/examples/calendar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use strict';
12
var React = require('react')
23
, _ = require('lodash')
34
, Button = require('react-bootstrap/Button')
@@ -26,7 +27,6 @@ module.exports = React.createClass({
2627
initialView={this.state.initialView}
2728
disabled={this.state.disabled === 'disabled'}
2829
readOnly={this.state.disabled === 'readonly'}
29-
onChange={this._change}
3030
isRtl={this.state.isRtl}/>
3131
</div>
3232
<div className='col-sm-4 api-panel'>

docs/components/pages/SelectList.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ var SelectList = React.createClass({
160160
<li><kbd>end</kbd> move focus to or select last item</li>
161161

162162
<li><kbd>spacebar</kbd> <kbd>enter</kbd> toggle focused item</li>
163-
163+
<li><kbd>ctrl + a</kbd> toggle select all/select none</li>
164164
<li><kbd>any key</kbd> search list for item starting with key</li>
165165
</ul>
166166
</section>

0 commit comments

Comments
 (0)