We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f10f5 commit 99157e2Copy full SHA for 99157e2
src/form/form-validator.ts
@@ -47,7 +47,7 @@ class FormValidator {
47
if (!valid) failCount++
48
if (diff(oldError, newError)) {
49
errors[fieldName] = newError
50
- errorChanged = true
+ // errorChanged = true
51
}
52
})
53
0 commit comments