Tuomas Valtonen

Results 3 comments of Tuomas Valtonen

I noticed the same Original code > FpJsFormValidator.js:46 this.validateRecursively = function () { this.validate(); for (var childName in this.children) { this.children[childName].validateRecursively(); } }; With this snippet you can fix the...

> Hey @boubbin, I have just run into same problem - have you ever managed to get it working somehow? No. I did not. We are still using this library...

I have the same problem when i target to browser platform, not sure if this is the same in ios and android. The plugin does not officially support browser so....