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) };