From 56418487f1b3437847e3b3c59e9670c2eaa53f10 Mon Sep 17 00:00:00 2001 From: headcanon Date: Wed, 17 May 2017 21:45:00 -0400 Subject: [PATCH] add inputValue to menuRenderer --- src/Select.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Select.js b/src/Select.js index e4de56176c..6497783f8d 100644 --- a/src/Select.js +++ b/src/Select.js @@ -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,