File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const CollapsableNav = React.createClass({
1212
1313 propTypes : {
1414 onSelect : React . PropTypes . func ,
15+ activeKey : React . PropTypes . any ,
1516 expanded : React . PropTypes . bool ,
1617 eventKey : React . PropTypes . any
1718 } ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const Nav = React.createClass({
1212 mixins : [ BootstrapMixin , CollapsableMixin ] ,
1313
1414 propTypes : {
15+ activeKey : React . PropTypes . any ,
1516 bsStyle : React . PropTypes . oneOf ( [ 'tabs' , 'pills' ] ) ,
1617 stacked : React . PropTypes . bool ,
1718 justified : React . PropTypes . bool ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const SubNav = React.createClass({
1111 propTypes : {
1212 onSelect : React . PropTypes . func ,
1313 active : React . PropTypes . bool ,
14+ activeKey : React . PropTypes . any ,
1415 disabled : React . PropTypes . bool ,
1516 href : React . PropTypes . string ,
1617 title : React . PropTypes . string ,
Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ const TabbedArea = React.createClass({
2121 mixins : [ BootstrapMixin ] ,
2222
2323 propTypes : {
24- bsStyle : React . PropTypes . oneOf ( [ 'tabs' , 'pills' ] ) ,
24+ activeKey : React . PropTypes . any ,
25+ defaultActiveKey : React . PropTypes . any ,
26+ bsStyle : React . PropTypes . oneOf ( [ 'tabs' , 'pills' ] ) ,
2527 animation : React . PropTypes . bool ,
2628 onSelect : React . PropTypes . func
2729 } ,
You can’t perform that action at this time.
0 commit comments