input-number
input-number copied to clipboard
NaN value will repeatedly call setState
https://github.com/react-component/input-number/blob/master/src/index.js#L127
When setting a NaN to the value props, that will repeatedly call setState.
I think NaN value should be handled as undefined.