Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't Clear Errors After Submit Validate #4

Closed
calendee opened this issue Feb 6, 2014 · 2 comments
Closed

Doesn't Clear Errors After Submit Validate #4

calendee opened this issue Feb 6, 2014 · 2 comments

Comments

@calendee
Copy link

calendee commented Feb 6, 2014

If the form uses submit validation method and user submits, the validation errors show up on the form. However, as they type, the errors don't go away. So they never know if the problem is fixed.

Is there a way to use submit validation initially and then watch validation after the first submission?

@hueitan hueitan added this to the Improvemen milestone Feb 7, 2014
@hueitan
Copy link
Owner

hueitan commented Feb 7, 2014

I suppose submit validation validated by clicking submit, thus the validation didn't clear up the errors message when true.

Perhaps I can adding submit-only or submit-watch else validation type to improve it!

Thanks !

@hueitan hueitan modified the milestones: Improvemen, 1.1.0 Feb 8, 2014
hueitan added a commit that referenced this issue Apr 13, 2014
Due to issue #4
Adding `submit` to validate after submit
Adding `submit-only` to validate after only click submit
@hueitan
Copy link
Owner

hueitan commented Apr 13, 2014

In last commit,

Introduce submit submit-only to differentiate the method.

@calendee Thanks for your suggestion.

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

No branches or pull requests

2 participants