Knockout.js validation using extenders - prevent validation on load
问题 I have implemented a very basic required validation on "first name" largely based on the example suggested on knockout website (http://knockoutjs.com/documentation/extenders.html) - Live example 2: Adding validation to an observable. My problem is that I don't want the validation to fire when the form is first loaded. Below is my code <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Test</title> <link href="Style.css" rel="stylesheet" /> </head> <body> <p data-bind=