-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
featureAdds new functionality.Adds new functionality.needs:clarificationscope:validationChanges affect validation.Changes affect validation.
Milestone
Description
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
- Tight together
validatedSync
andvalidatedAsync
at the certain point of validation, and assign into a dedicated prop.
Metadata
Metadata
Assignees
Labels
featureAdds new functionality.Adds new functionality.needs:clarificationscope:validationChanges affect validation.Changes affect validation.