From 60bd255bee3e358b2550ab942a313d405e352ae4 Mon Sep 17 00:00:00 2001 From: vlad-ignatov Date: Fri, 12 Jan 2018 22:44:40 -0500 Subject: [PATCH] Cleanup --- src/NumericInput.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/NumericInput.jsx b/src/NumericInput.jsx index c461dcb..25b066e 100644 --- a/src/NumericInput.jsx +++ b/src/NumericInput.jsx @@ -359,13 +359,10 @@ class NumericInput extends Component this._isStrict = !!this.props.strict; this.state = { - // selectionStart: null, - // selectionEnd : null, btnDownHover : false, btnDownActive : false, btnUpHover : false, btnUpActive : false, - // value : null, stringValue : "", ...this._propsToState(this.props) };