Im using a knockout validation to create a custom validator and am trying us it with a viewmodel created with the knockout mapping plugin. The validation fires the first time I run the code but not when I click save or change a value in the inputs.
In the fiddle below im trying to to make sure LL is less than L and L is less than H. In the test data I have a L value that is less than LL so you can see there is one error reported, however when I correct the data in the input field the validator doesn't fire.