我正在尝试使用ref {' roleType'来获取DropdownButton选择的获取值,但无论我尝试了什么都失败了。
<DropdownButton ref='roleType' bsStyle='link' title='Role' key='1' bsSize='xsmall'>
{_items}
</DropdownButton>
我尝试了以下内容:
React.findDOMNode(this.refs.roleType)
this.refs.roleType.getDOMNode()
注意:我不确定它是否重要。 DropdownButton
位于Panel
内,位于section
的{{1}}内。
答案 0 :(得分:2)