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
We have AsyncValidation, it would be logical to have a matching TaskValidation functionality.
Describe alternatives you've considered
As an alternative, I could stay with AsyncValidation and then do Async.StartAsTask, but it is less straightforward.
The text was updated successfully, but these errors were encountered:
We have
AsyncValidation
, it would be logical to have a matchingTaskValidation
functionality.Describe alternatives you've considered
As an alternative, I could stay with
AsyncValidation
and then doAsync.StartAsTask
, but it is less straightforward.The text was updated successfully, but these errors were encountered: