remove unnecessary call

This commit is contained in:
konnorrogers
2025-08-07 15:09:36 -04:00
parent bd83e25749
commit 617209026e

View File

@@ -125,10 +125,6 @@ export class WebAwesomeFormAssociatedElement
super.connectedCallback();
this.updateValidity();
setTimeout(() => {
this.updateValidity();
})
// Lazily evaluate after the constructor to allow people to override the `assumeInteractionOn`
this.assumeInteractionOn.forEach(event => {
this.addEventListener(event, this.handleInteraction);