react-input-autosize
react-input-autosize copied to clipboard
Add propType 'step" for Number validation.
Currently, there is no support for anything other than integers on number fields, for instances such as currency.
This could be solved by adding the 'step' propType to the blacklist, so that smaller values can be passed, such as .01.
Can't agree more. The step
prop should be supported for number type.