I have a view model as such:
var prop1 = ko.observable().extend{ required: true }, prop2 = ko.observable().extend{ req
When using a validated observable, I found out that you can call validatedObservable.errors.showAllMessages(false) after you have cleared the observable, which is behaving the way I was expecting in my application.
validatedObservable.errors.showAllMessages(false)