Skip to content

feat(ValidateForm): unify async validation APIs across frameworks #8440

Description

@ArgoZhang

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

ValidateForm duplicates form and field validation logic across target frameworks because older frameworks lack the .NET 11 async validation APIs.

Describe the solution you'd like

Add compatibility extensions for ValidateAsync, AddAsyncValidator, RegisterAsyncFieldValidator, and validation state queries. Share cancellation and task tracking, simplify the component, and cover failures and scope isolation.

Additional context

Async validators require ValidateAsync; synchronous Validate must reject them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions