Knockout Validation validatedObservable group error
问题 I have a group of items that I need to validate as a whole. I setup a validatedObservable on the group, but the error message doesn't display. I have a simplified example here. I want each number to be between 0-100 and the sum to be exactly 100. How do I handle this kind of validation? Update: I know in this example I could just make a ko.computed and validate that, but that's not what I need. Example: http://jsfiddle.net/CGuW2/5/ 0-100:<input data-bind="value: num1, valueUpdate: