Open nkostadinov opened 8 years ago
1.0.26, 2.1.4
https://jsfiddle.net/nikolakk/Lwox0p7x/3/
$validation1.errors to be populated with the field errors and displayed in the errors div
$validation1.errors is empty
This occurs when the error message isn't set on the validators "{ required: { rule: true, message: 'Foo is required' } }"
"{ required: { rule: true, message: 'Foo is required' } }"
vue & vue-validator version
1.0.26, 2.1.4
Reproduction Link
https://jsfiddle.net/nikolakk/Lwox0p7x/3/
What is Expected?
$validation1.errors to be populated with the field errors and displayed in the errors div
What is actually happening?
$validation1.errors is empty