Hello,
When I use the “editrules”: { “number”: true }, I expect that numbers will be checked in accordance to the loaded locale. In my case, french language.
If I input “3,5” which is a french decimal number, it doesn't pass validation. It's expecting a dot as decimal separator, even if the locale precises it should be a comma.
I had to use a custom editrule with a regex to perform the validation myself.
Is it by design? Is it a bug?
Thanks for your help.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top