From 82722fb2015b900b67f8205051f4ce72379e15a9 Mon Sep 17 00:00:00 2001 From: Dave Birch Date: Sat, 28 Oct 2017 10:13:38 -0500 Subject: [PATCH] removing unused getInputValue function --- src/Select.js | 4 ---- 1 file changed, 4 deletions(-) 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);