tleunen / react-number-editor

Custom number editor (text field) react component
MIT License
70 stars 15 forks source link

Fix _changevalue to allow up arrow to function #13

Closed yoink00 closed 9 years ago

yoink00 commented 9 years ago

Fix _changeValue by ensuring the input value is converted to a number before adding step to it.

tleunen commented 9 years ago

Could you please squash your commits? Thanks!

yoink00 commented 9 years ago

I've closed this pull request and sent a new one with the commits squashed.