validatorjs
validatorjs copied to clipboard
fix numeric related rules (issue #413)
I've code this fix to solve this issue ( #413 ), checking if the value passed is not an Array in the integer
, digits
and numeric
rules. And I've added another tests to cover this behavior too.