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.
vue & vue-validator version
1.0.24, 2.1.1
Reproduction Link
https://jsfiddle.net/gfd06j7o/
Steps to reproduce
1 - Add group="group1" to one or both radio inputs in the jsfiddler.
What is Expected?
Possible to validate radio inputs based on groups like described in docs http://vuejs.github.io/vue-validator/en/grouping.html for regular inputs
What is actually happening?
vue-validator.js:1912 - Uncaught TypeError: Cannot read property 'validation' of undefined
which is the "var validation =" line in the following code snippet
The text was updated successfully, but these errors were encountered: