Cristian Trifan
Cristian Trifan
@Juandozco Working version http://jsfiddle.net/v9L69g8a/10/ You have to change current language before validating any observable. Otherwise you'll have to call `valueHasMutated` or `notifySubscribers` to re-validate it. Take a close look at...
@eugenyshchelkanov It works but it needs to occur before validation. Updated example http://jsfiddle.net/x9bsebuh/1/
http://jsfiddle.net/su3p1ccv/ Since I'm on my phone I will be very short but try to come up with a longer explanation later on today. 1. When calling `ko.validation. init` you need...
@Roarster Thanks for all your feedback. Support for grouping options was added in [this commit](https://github.com/Knockout-Contrib/Knockout-Validation/commit/fd8f4081a1de76268190d761bc5447ac354e7630) - ie starting with version `2.0.0`. Apparently I've overseen the grouping options from configuration when...
Thanks a lot @Roarster The page looks good. You can add a jsFiddle using the code from the wiki as well. I'll take a closer look these days and add...
I marked this issue as `wontfix` because I see it as an invalid usage. I will leave this issue open for a while though just in case others want to...
@luisabreu You need to make the observable validatable [http://jsfiddle.net/005zfc7c/](http://jsfiddle.net/d1n2ajuo/).
Updated fiddle http://jsfiddle.net/bL4sysbj/ The actual problem is #520
@W3Max The group created by `ko.validation.group` now is decorated with some useful methods that gives you access to validatables #500 . Here's an example that uses an async rule and...
@W3Max Any update on this?