Skip to content

Commit 52d51b6

Browse files
fix(polyfill): setValidity no longer calls reportValidity
1 parent 3995fa2 commit 52d51b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/element-internals.js

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ class ElementInternals {
8888
}
8989
validationMessageMap.set(this, valid ? '' : validationMessage);
9090
ref.setAttribute('aria-invalid', !valid);
91-
this.reportValidity();
9291
}
9392

9493
get validationMessage() {

0 commit comments

Comments
 (0)