question: Cancel/abort async validation #2368
Unanswered
TheCelavi
asked this question in
Questions & Answers
Replies: 1 comment
-
I'm moving this to the discussion tab, as we are trying to keep the issue count low. Please see this issue for an explanation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried to find any information on how to cancel validation and/or how to create custom cancelable async validator.
When dealing with canceling, RxJS (observables) are way to go, but since this library does not support observables (which is understandable), support for abort signal should be sufficient enough. Especially if async validator contacts server through network for validation (per example, unique email where check is done while user types e-mail address, with some debouncing).
So, question is:
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions