Skip to content

Feature: Add "contextProps.validated" #151

@kettanaito

Description

@kettanaito

What

I suggest we add validated property of the field stating that the field has been validated.

Why

Now we have separate validatedSync and validatedAsync. They are great for granular logic, but in cases you need just to react in UI if the field has been validated, regardless of the validation type, the property is missing.

How

  1. Tight together validatedSync and validatedAsync at the certain point of validation, and assign into a dedicated prop.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions