Sometimes when you use knockout to build form with validation, You will find errors more than 0 although no message appeared.
Issue: You added validation without binding the contolor
To find property which cause this problem you need to iterate through object properties to find property cause this error using the following code:
Issue: You added validation without binding the contolor
To find property which cause this problem you need to iterate through object properties to find property cause this error using the following code:
|