adopted-ember-addons/ember-cp-validations

Feature Request: hasValidated as validation state

Open

#113 opened on Feb 6, 2016

View on GitHub
 (9 comments) (2 reactions) (0 assignees)JavaScript (173 forks)github user discovery
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.

Contributor guide