我在用:
'react-bootstrap'
handleMouseDown(e){
// HOW TO
}
<Navbar brand='React-Bootstrap' inverse toggleNavKey={0} onClick={this.handleMouseDown}>
<Nav right eventKey={0}> {/* This is the eventKey referenced */}
...
</div>
一切正常,但 NavBar 没有折叠,你知道如何让它在被选中时折叠吗?
谢谢