I am using Knockout Validation to validate a field in an array. It will display the error message, but I cannot get isValid() or ko.validation.group() to work. I need one of these to handle the submit.
errors = ko.validation.group(contactList(), {deep:true});
Here is the fiddle: http://jsfiddle.net/mduey/hEJWJ/80/
Thanks!