Skip to content

Commit

Permalink
Merge pull request #1732 from chronick/option-inputvalue
Browse files Browse the repository at this point in the history
Add inputValue to menuRenderer
  • Loading branch information
gwyneplaine authored Oct 24, 2017
2 parents 6568af0 + 5641848 commit 8fed74b
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 @@ -889,6 +889,7 @@ class Select extends React.Component {
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 8fed74b

Please sign in to comment.