adopted-ember-addons/ember-cp-validations
View on GitHubFeature Request: hasValidated as validation state
Open
#113 opened on Feb 6, 2016
enhancementgood first issue
Repository metrics
- Stars
- (440 stars)
- PR merge metrics
- (PR metrics pending)
Description
A common pattern is surfacing validation errors after the user touched a field.
It would be great if this state was stored on the validation object and flipped only when validate or validateSync is invoked and in the case of the async validation - once it's resolved.
Thoughts? I can work on this if there is buy-in.