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 #14

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

Thanks!