The React way to set which option is selected for a select box, is to set a special value prop on the itself, corresponding to the <
value
The following worked for me
var selectBoxObj = React.findDOMNode(this.refs.selectBox) var values = $(selectBoxObj).val()