You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using the async validator example you provided and added a listener to the form to watch status change. Works fine for sync validators but for async it first provides PENDING as expected but then, whether the validation passes or fail it returns undefined.
To Reproduce
Steps to reproduce the behavior:
Create a form with async validator
Add listener such as myForm.statusChanges.subscribe((value) => {
console.log(value)
Expected behavior
I would expect VALID or INVALID
Desktop (please complete the following information):
Version 1.0.30
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using the async validator example you provided and added a listener to the form to watch status change. Works fine for sync validators but for async it first provides PENDING as expected but then, whether the validation passes or fail it returns undefined.
To Reproduce
Steps to reproduce the behavior:
console.log(value)
Expected behavior
I would expect VALID or INVALID
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: