diff --git a/packages/webawesome/src/internal/webawesome-form-associated-element.ts b/packages/webawesome/src/internal/webawesome-form-associated-element.ts index 9e3e9535b..db7bae994 100644 --- a/packages/webawesome/src/internal/webawesome-form-associated-element.ts +++ b/packages/webawesome/src/internal/webawesome-form-associated-element.ts @@ -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);