gtournie / redux-form-validators

redux-form-validators
153 stars 22 forks source link

Validator broken #70

Open taddj opened 4 years ago

taddj commented 4 years ago

validate={[numericality({int: true})]}

this allows for numbers, such as 2, disallows string like "aa" but allows "aa22" which is not a number