utily / smoothly

Web component library written with Stencil.
https://payfunc.com/open-source/smoothly
MIT License
1 stars 5 forks source link

Form await input methods before emitting events. #859

Closed Magnus93 closed 2 weeks ago

Magnus93 commented 2 weeks ago

When clearing the form, the smoothlyFormClear event occurred before the inputs were cleared. This makes it difficult to act on any of the smoothly form events when it's unclear what state the inputs are in.