ansman/validate.js

How do I make an input with numericality: true accept characters like comma?

bhatanagha opened this issue · 0 comments

I've tried adding 'onlyInteger : false' , 'noStrings: false' but not able to add a comma into the input,
Ex: input should accept 1,000 as it's value.

But it accepts only 1000.