diff --git a/src/Select.js b/src/Select.js index faabf7ccf2..decf8dff89 100644 --- a/src/Select.js +++ b/src/Select.js @@ -701,10 +701,6 @@ class Select extends React.Component { return this._focusedOption; } - getInputValue () { - return this.state.inputValue; - } - selectFocusedOption () { if (this._focusedOption) { return this.selectValue(this._focusedOption);