Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Jan 13, 2018
1 parent b392d09 commit 60bd255
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/NumericInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
};
Expand Down

0 comments on commit 60bd255

Please sign in to comment.