You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.
Add touched option to `willUpdateFlags` in `RadioValidation` and
`CheckboxValidation` classes.
In 4635ce4 $validate API was updated with touched option. But this
was not implemented in `BaseValidation` subclasses.
Add tests for all validatable elements
Fixes: #210
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
vue & vue-validator version
1.0.21, 2.0.2
Reproduction Link
http://jsfiddle.net/5sH6A/323/
Steps to reproduce
Click validate button.
What is Expected?
Touched props updated to true.
What is actually happening?
Touched prop is not updated in radio button element.
The text was updated successfully, but these errors were encountered: