File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change
1
+ 'use strict' ;
1
2
var React = require ( 'react' )
2
3
, _ = require ( 'lodash' )
3
4
, Button = require ( 'react-bootstrap/Button' )
@@ -26,7 +27,6 @@ module.exports = React.createClass({
26
27
initialView = { this . state . initialView }
27
28
disabled = { this . state . disabled === 'disabled' }
28
29
readOnly = { this . state . disabled === 'readonly' }
29
- onChange = { this . _change }
30
30
isRtl = { this . state . isRtl } />
31
31
</ div >
32
32
< div className = 'col-sm-4 api-panel' >
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ var SelectList = React.createClass({
160
160
< li > < kbd > end</ kbd > move focus to or select last item</ li >
161
161
162
162
< li > < kbd > spacebar</ kbd > < kbd > enter</ kbd > toggle focused item</ li >
163
-
163
+ < li > < kbd > ctrl + a </ kbd > toggle select all/select none </ li >
164
164
< li > < kbd > any key</ kbd > search list for item starting with key</ li >
165
165
</ ul >
166
166
</ section >
You can’t perform that action at this time.
0 commit comments