Is is possible to see if just one property is valid in the knockout-validation plugin?
I could not see any reference to it in the documentation, only the ability to see if the whole model is valid.
For example I wish a computed observable to have a different value depending upon if another observable is valid.
Uncaught TypeError: Cannot call method 'isValid' of undefined
. Actually, I know why, but I do not know how to resolve. By chance, it happened to you? – Filippo