You need to use onSelect in the Tabs component. Like this: <Tabs defaultActiveKey={1} onSelect={this.handleSelect()}> <Tab eventKey={1} title="Log in"> ...
確定! 回上一頁