open-wc / form-participation

Helper, mixins, tools, and more for supporting your custom elements in participating in an ancestor form.
MIT License
53 stars 7 forks source link

fix(form-control): dispose of old AbortControllers once validations finish for async validations #34

Closed calebdwilliams closed 1 year ago

calebdwilliams commented 1 year ago

Clean up old AbortController instances once validations finish

calebdwilliams commented 1 year ago

Looking at this again I think I’m treating a symptom of a different problem and not the problem itself. Closing this PR while I dive in a bit deeper.