issues
search
open-wc
/
form-participation
Helper, mixins, tools, and more for supporting your custom elements in participating in an ancestor form.
MIT License
56
stars
7
forks
source link
feat/async validator
#28
Closed
calebdwilliams
closed
2 years ago
calebdwilliams
commented
2 years ago
feat: add async validators before abort controller
feat(form-control): add validation complete
chore: updated isAsyncValidator check
fix(form-control): clean up async abort signal demo
test(form-control): update tests to work with new features
test(form-control): add async validator tests
chore: release
chore: fix build
feat(form-control): update valueChangedCallback to void|Promise
chore: code review fixes
fix(form-control): fix order of operations for validationComplete
chore: remove console.log
docs(form-control): document async validators