Skip to content

Commit

Permalink
Update Select.js
Browse files Browse the repository at this point in the history
  • Loading branch information
khankuan authored Dec 5, 2016
1 parent ef3a468 commit 88e3395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Select.js
Original file line number Diff line number Diff line change
@@ -905,7 +905,8 @@ const Select = React.createClass({

renderArrow () {
const onMouseDown = this.handleMouseDownOnArrow;
const arrow = this.props.arrowRenderer({ onMouseDown });
const isOpen = this.state.isOpen;
const arrow = this.props.arrowRenderer({ onMouseDown, isOpen });

return (
<span

0 comments on commit 88e3395

Please sign in to comment.