Skip to content

Commit

Permalink
add inputValue to menuRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
chronick committed May 18, 2017
1 parent 549d20a commit 5641848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ const Select = createClass({
return this.props.menuRenderer({
focusedOption,
focusOption: this.focusOption,
inputValue: this.state.inputValue,
instancePrefix: this._instancePrefix,
labelKey: this.props.labelKey,
onFocus: this.focusOption,
Expand Down

0 comments on commit 5641848

Please sign in to comment.