【发布时间】:2023-03-25 22:04:01
【问题描述】:
<DropdownButton bsStyle="default" title="No caret" noCaret id="dropdown-no-caret">
<MenuItem eventKey="1">Action</MenuItem>
<MenuItem eventKey="2">Another action</MenuItem>
<MenuItem eventKey="3">Something else here</MenuItem>
<MenuItem eventKey="4">Separated link</MenuItem>
</DropdownButton>
我从 react-bootstrap 组件示例中提取了这个示例,https://react-bootstrap.github.io/components.html#btn-dropdowns-nocaret
How would you update the button title when one of the menu item is selected?
【问题讨论】: