tleunen / react-number-editor

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

Remove unnecessary _changeValue call #4

Closed KyleAMathews closed 9 years ago

KyleAMathews commented 9 years ago

This was causing a bunch of extra renders on the initial load.

tleunen commented 9 years ago

Good catch! :+1:

KyleAMathews commented 9 years ago

Thanks!

This is where I'm using your component btw: http://kyleamathews.github.io/typography.js

Works great!

tleunen commented 9 years ago

Nice! ;)