Cristian Trifan
Cristian Trifan
Linking #478 and #224 to this.
@chilversc Changing the behaviour of `live` and `deep` options is not very likely to happen. What we can do instead is to add some `ignore` option (for the grouping options)...
The condition is used only to determine if the validation should run, not to set the validation result. This can be overcome by watching `isValidating` property of the observable and...
Thanks for your input. Async validation can really be a pain sometimes. But we can try to make it better :smiley: Considering to give the last ran validation the final...
Thank you guys for your help on this. Using some random string or a counter will both help in keeping the `isValidating` property consistent. The advantage of using a counter...
I don't really use knockout-es5 but support for that might be added in the future. See #477
Not really sure the following example is the way to go but seems to work just fine. https://jsfiddle.net/gf47bvyj/
@grofit Yes, you are right. I've updated the jsFiddle. Now it's pretty clear that's too much repetitive code to write - using `ko.validation.setRules` is not possible either. I'll do more...
@Juandozco Please ensure the required files are loaded. Some things to check: - https://github.com/Knockout-Contrib/Knockout-Validation/wiki/Localization - http://jsfiddle.net/crissdev/o1hp49vd/ (example using `script` tags) - http://jsfiddle.net/crissdev/pt6fay6d/ (example using `RequireJS`) If that won't help then...
@Juandozco Can you post a repro please, [jsbin](https://jsbin.com/) or [jsfiddle](http://jsfiddle.net/)? Thanks.