Knockout-Validation icon indicating copy to clipboard operation
Knockout-Validation copied to clipboard

False positives on form submit

Open monkeydeus opened this issue 9 years ago • 0 comments

False positives are being generated on form submission. Strangely, it is place-based, e.g. the first test, I get false-positives on observables in position 2 & 4, where there are 5 observables that are functionally similar and grouped together.

If I move these around, so that the observables that were in positions 2 and 4 are now in other positions, when i submit I still get false positives in position 2 & 4, while the fields that originally held those positions are now true positives. see: http://stackoverflow.com/questions/39855881/error-with-knockout-validation-validation

monkeydeus avatar Oct 04 '16 22:10 monkeydeus